查询实例总数
parent
b8d94cbb83
commit
d242237936
|
@ -473,7 +473,7 @@ public class ModuleServiceImpl implements ModuleService {
|
|||
Pager pager = new Pager();
|
||||
List<Param> modelParamList = new ArrayList<>();
|
||||
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);
|
||||
modelParam.setParam(map);
|
||||
modelParam.setSign(Sign.EQ);
|
||||
|
|
Loading…
Reference in New Issue