mirror of https://gitee.com/stylefeng/roses
【7.0.2】【rule】更新serviceException的赋值错误
parent
5238946658
commit
0fc05732fc
|
@ -70,8 +70,8 @@ public class ServiceException extends RuntimeException {
|
||||||
*/
|
*/
|
||||||
public ServiceException(String moduleName, String errorCode, String userTip) {
|
public ServiceException(String moduleName, String errorCode, String userTip) {
|
||||||
super(userTip);
|
super(userTip);
|
||||||
this.errorCode = moduleName;
|
this.errorCode = errorCode;
|
||||||
this.moduleName = errorCode;
|
this.moduleName = moduleName;
|
||||||
this.userTip = userTip;
|
this.userTip = userTip;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue