提交 31246ea5 authored 作者: liuhaiquan's avatar liuhaiquan

增加错误的提示信息

上级 2fb1a889
...@@ -235,6 +235,7 @@ public class SettlementMqHandlerServiceImpl implements SettlementMqHandlerServic ...@@ -235,6 +235,7 @@ public class SettlementMqHandlerServiceImpl implements SettlementMqHandlerServic
result = paymentService.paymentWallet(noCheckPwd); result = paymentService.paymentWallet(noCheckPwd);
}catch (Exception e){ }catch (Exception e){
settlementDriverNotify(detail.getChildNo(),0,e.getMessage()); settlementDriverNotify(detail.getChildNo(),0,e.getMessage());
msg = e.getMessage();
} }
if(Objects.nonNull(result)){ if(Objects.nonNull(result)){
settlementDriverNotify(detail.getChildNo(),0,result.getMsg()); settlementDriverNotify(detail.getChildNo(),0,result.getMsg());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论