|
楼主 |
发表于 2018-6-8 11:01:06
|
显示全部楼层
自动生成的代码 没有进行任何修改
CriteriaQuery cq = new CriteriaQuery(GuoChShJEntity.class, dataGrid);
//查询条件组装器
org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, guoChShJ, request.getParameterMap());
try{
//自定义追加查询条件
}catch (Exception e) {
throw new BusinessException(e.getMessage());
}
cq.add();
this.guoChShJService.getDataGridReturn(cq, true);
TagUtil.datagrid(response, dataGrid); |
|