Commit dab16bb3 authored by andnnl's avatar andnnl
Browse files

包导入

parent f01f85a3
......@@ -164,7 +164,7 @@ public class ${entity.name}Controller{
*/
String excelTemplate ="excelTemplates/${target.urlBase}/${entity.code}/你的excel模板文件名字.xls";
// PageQuery<${entity.name}> page = condtion.getPageQuery();
PageRequest<${entity.name> page=condition.getPageRequest();
//PageRequest<${entity.name}> page=condition.getPageRequest();
condition.setPage(1);
condition.setLimit(Integer.MAX_VALUE);
//取出全部符合条件的
......
......@@ -3,7 +3,7 @@ package ${package};
import ${basePackage}.dao.${entity.name}Dao;
import ${basePackage}.entity.${entity.name};
import ${basePackage}.web.query.${entity.name}Query;
import com.ibeetl.admin.core.service.CoreBaseService;
......@@ -13,6 +13,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
import java.util.Map;
import org.beetl.sql.core.page.PageRequest;
import org.beetl.sql.core.page.PageResult;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment