添加日志
parent
fdb4fb810d
commit
082733df15
|
@ -475,7 +475,6 @@ public class ModuleServiceImpl implements ModuleService {
|
|||
if (modelList.isFailed()) {
|
||||
log.info("modelList:{}", JSON.toJSONString(modelList));
|
||||
throw new Exception("查询实例失败");
|
||||
return;
|
||||
}
|
||||
Integer total = 0;
|
||||
for (CiModule model : modelList.getData().getRows()) {
|
||||
|
|
Loading…
Reference in New Issue