Commit a4a4817a by zhangkb

修改状态

parent b2777122
......@@ -40,11 +40,14 @@ public class IndCatalogCtrl {
}else {
message = "修改基础项目录:{}";
}
try {
indCatalog = indCatalogService.saveOrUpdate(indCatalog);
} catch (Exception e) {
// try {
// indCatalog = indCatalogService.saveOrUpdate(indCatalog);
// } catch (Exception e) {
if(1==1) {
throw new ApiException();
}
// }
LogManager.logInfo(Constants.LOG_INDICATOR_BASE_INDI_API,message,indCatalog.getCatalogName());
return indCatalog.getId();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment