@@ -349,10 +349,10 @@ public class {{entity.codeName}}ServiceImpl extends ServiceImpl<{{entity.codeNam
...
@@ -349,10 +349,10 @@ public class {{entity.codeName}}ServiceImpl extends ServiceImpl<{{entity.codeNam
if(!StringUtils.isEmpty(context.getSrfWF()))
if(!StringUtils.isEmpty(context.getSrfWF()))
fillWFParam(pages,businesskeys);
fillWFParam(pages,businesskeys);
{{/if}}
{{/if}}
return new PageImpl<{{#ifenableGroup}}Map{{else}}{{entity.codeName}}{{/if}}>(pages.getRecords(), context.getPageable(), pages.getTotal());
return new PageImpl<{{entity.codeName}}>(com.alibaba.fastjson.JSON.parseArray(com.alibaba.fastjson.JSON.toJSONString(pages.getRecords()),{{entity.codeName}}.class), context.getPageable(), pages.getTotal());
}
}
public List<{{#ifenableGroup}}Map{{else}}{{entity.codeName}}{{/if}}> list{{pascalCasecodeName}}({{entity.codeName}}SearchContext context) {
public List<{{entity.codeName}}> list{{pascalCasecodeName}}({{entity.codeName}}SearchContext context) {