Commit 390d74a0 authored by liwenbin's avatar liwenbin

fix

parent 353a04a9
...@@ -61,7 +61,7 @@ public class NotifyServiceImpl implements INotifyService{ ...@@ -61,7 +61,7 @@ public class NotifyServiceImpl implements INotifyService{
put("type", "5"); put("type", "5");
put("auditValidTime", nextOperateDate); put("auditValidTime", nextOperateDate);
}}); }});
log.info("通知业务流系统订单终态结束, bizNo : {}, fundingResult : {}, nextOperateDate, response : {}", bizNo, fundingResult.name(), nextOperateDate, response); log.info("通知业务流系统订单终态结束, bizNo : {}, fundingResult : {}, nextOperateDate : {}, response : {}", bizNo, fundingResult.name(), nextOperateDate, response);
JSONObject data = null; JSONObject data = null;
if (StringUtils.isEmpty(response) || (data = JSON.parseObject(response)).getInteger("code") != 0) { if (StringUtils.isEmpty(response) || (data = JSON.parseObject(response)).getInteger("code") != 0) {
throw new QGException(QGExceptionType.NOTIFY_BUSINESS_FLOW_ERROR, bizNo, fundingResult.name()); throw new QGException(QGExceptionType.NOTIFY_BUSINESS_FLOW_ERROR, bizNo, fundingResult.name());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment