1.pms主网测点数据统计功能调整
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.njcn.common.pojo.exception;
|
||||
|
||||
import com.njcn.common.pojo.enums.response.CommonResponseEnum;
|
||||
import com.njcn.common.pojo.response.HttpResult;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
@@ -83,5 +84,6 @@ public class BusinessException extends RuntimeException {
|
||||
public BusinessException(String message) {
|
||||
super(message);
|
||||
this.message = message;
|
||||
this.code = CommonResponseEnum.FAIL.getCode();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user