查询实例总数

develop
guyuliang 2024-08-24 19:53:14 +08:00
parent b8d94cbb83
commit d242237936
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ public class ModuleServiceImpl implements ModuleService {
Pager pager = new Pager(); Pager pager = new Pager();
List<Param> modelParamList = new ArrayList<>(); List<Param> modelParamList = new ArrayList<>();
Param modelParam = new Param(); Param modelParam = new Param();
Map<String, Object> map = MapTools.simpleMap("moduleGroupId", rootGroup.getId()); Map<String, Object> map = MapTools.simpleMap("moduleGroupId", Integer.valueOf(String.valueOf(rootGroup.getId())));
map.put("flag",true); map.put("flag",true);
modelParam.setParam(map); modelParam.setParam(map);
modelParam.setSign(Sign.EQ); modelParam.setSign(Sign.EQ);