|
@@ -144,7 +144,7 @@ public class XiaoJuService {
|
|
apiLog.setRequest(s);
|
|
apiLog.setRequest(s);
|
|
apiLog.setSystem("xiaoju");
|
|
apiLog.setSystem("xiaoju");
|
|
|
|
|
|
- log.info("通知 加油站详情:{}", s);
|
|
|
|
|
|
+ log.info("通知 订单状态:{}", s);
|
|
NotificationReceiveRefundRequest xiaoJuStore = JSONUtil.toBean(s, NotificationReceiveRefundRequest.class);
|
|
NotificationReceiveRefundRequest xiaoJuStore = JSONUtil.toBean(s, NotificationReceiveRefundRequest.class);
|
|
|
|
|
|
XiaoJuOrder byOutOrderId = xiaoJuOrderDao.findByOutOrderId(xiaoJuStore.getOutOrderId());
|
|
XiaoJuOrder byOutOrderId = xiaoJuOrderDao.findByOutOrderId(xiaoJuStore.getOutOrderId());
|