移动破导入 出现异常详细提示
This commit is contained in:
parent
f179268e14
commit
2c1d43a201
|
|
@ -120,7 +120,7 @@ public class OptionalEbomApi extends BaseApi {
|
|||
catch (NflgBusinessException ex){
|
||||
return ResultVO.error(ex.getState(),ex.getMsg());
|
||||
}catch (Exception e){
|
||||
return ResultVO.error(STATE.SystemErr,"出现异常,联系管理员");
|
||||
return ResultVO.error(STATE.SystemErr,"出现异常,联系管理员,"+e.getMessage());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue