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