lhm il y a 3 ans
Parent
commit
3bb3c7e4a3

+ 4 - 1
kmall-admin/src/main/java/com/kmall/admin/service/impl/OrderServiceImpl.java

@@ -3460,7 +3460,10 @@ public class OrderServiceImpl implements OrderService {
                     orderDao.updateOrderProcessRecord(processParam);
 
                     sendWxPayInfo(order, store, result.getTransaction_id());
-
+                    HaiKongSendOrderInfoRecordEntity haiKongSendOrderInfoRecordEntity = new HaiKongSendOrderInfoRecordEntity();
+                    haiKongSendOrderInfoRecordEntity.setOutTradeNo(result.getTransaction_id());
+                    haiKongSendOrderInfoRecordEntity.setOuterOrderNo(order.getOrder_sn());
+                    haiKongSendOrderInfoRecordService.updateByOrderSn(haiKongSendOrderInfoRecordEntity);
 
 //                    orderWXPayRecordService
 //                                    .updateWXPayRecordTradeState(orderWXPayRecordTemp.getId(), wechatRefundApiResult);