添加日志
parent
0652b9af13
commit
dc9e8b02e2
|
@ -476,6 +476,7 @@ public class ModuleServiceImpl implements ModuleService {
|
|||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
log.info("rootGroup:{}",JSON.toJSONString(rootGroup));
|
||||
//获取当前ModuleGroup下所有的modle
|
||||
Pager pager = new Pager();
|
||||
GeneralResult<GridBean<CiModule>> modelList = getModelList(pager);
|
||||
|
@ -496,6 +497,7 @@ public class ModuleServiceImpl implements ModuleService {
|
|||
paramList.add(param);
|
||||
boolean adminRole = instanceService.checkAdminRole(userId);
|
||||
int count = instanceRepository.count(paramList, table, valueTable, userId, adminRole);
|
||||
log.info("count:{}",count);
|
||||
total+=count;
|
||||
}
|
||||
resultMap.put(rootGroup.getCode(), total);
|
||||
|
|
Loading…
Reference in New Issue