Commit a4a4817a by zhangkb

修改状态

parent b2777122
...@@ -40,11 +40,14 @@ public class IndCatalogCtrl { ...@@ -40,11 +40,14 @@ public class IndCatalogCtrl {
}else { }else {
message = "修改基础项目录:{}"; message = "修改基础项目录:{}";
} }
try { // try {
indCatalog = indCatalogService.saveOrUpdate(indCatalog); // indCatalog = indCatalogService.saveOrUpdate(indCatalog);
} catch (Exception e) { // } catch (Exception e) {
if(1==1) {
throw new ApiException(); throw new ApiException();
} }
// }
LogManager.logInfo(Constants.LOG_INDICATOR_BASE_INDI_API,message,indCatalog.getCatalogName()); LogManager.logInfo(Constants.LOG_INDICATOR_BASE_INDI_API,message,indCatalog.getCatalogName());
return indCatalog.getId(); 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