fix error message add user
This commit is contained in:
@ -99,9 +99,9 @@ public class CommonService {
|
||||
try {
|
||||
return EncryptDecryptUtils.decrypt(password, privateKey);
|
||||
} catch (Exception ex) {
|
||||
throw new BusinessException(Constants.ERR_CODE_10010,
|
||||
Constants.ERR_TTL_10010,
|
||||
Constants.ERR_MSG_10010);
|
||||
throw new BusinessException(Constants.ERR_CODE_10011,
|
||||
Constants.ERR_TTL_10011,
|
||||
Constants.ERR_MSG_10011);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user