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) {
|
||||
super(userTip);
|
||||
this.errorCode = moduleName;
|
||||
this.moduleName = errorCode;
|
||||
this.errorCode = errorCode;
|
||||
this.moduleName = moduleName;
|
||||
this.userTip = userTip;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue