소스 검색

指标计算公式问题处理

全业务考评 1 년 전
부모
커밋
41d9d7e187
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      ims-service/ims-eval/src/main/java/com/ims/eval/controller/IndicatorDictionaryController.java

+ 2 - 0
ims-service/ims-eval/src/main/java/com/ims/eval/controller/IndicatorDictionaryController.java

@@ -110,6 +110,8 @@ public class IndicatorDictionaryController {
 			}
 		} catch (CustomException e){
 			return R.customError(e.getMessage()).data("失败!");
+		}catch (Exception e1){
+			return R.customError("操作失败").data("失败!");
 		}
 	}