添加日志

develop
guyuliang 2024-08-24 19:43:36 +08:00
parent fdb4fb810d
commit 082733df15
1 changed files with 0 additions and 1 deletions

View File

@ -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()) {