移动破导入 出现异常详细提示

This commit is contained in:
jing's 2024-03-20 13:58:58 +08:00
parent f179268e14
commit 2c1d43a201
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}