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