incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/exception/AccidentException.java
@@ -18,6 +18,11 @@ this.code = code; this.message = message; } public AccidentException(AccidentResultCodes error,String message) { super(error.getDesc()); this.code = error.getCode(); this.message = message; } public String getCode() { return this.code;