|
@@ -3219,6 +3219,12 @@ public class OrderServiceImpl implements OrderService {
|
|
orderDao.updateOrderInfo(orderRaram);
|
|
orderDao.updateOrderInfo(orderRaram);
|
|
this.confirmPay(order.getId(), Dict.payFlag.item_weixin.getItem(), orderWXPayRecordCurrent.getOutTradeNoWX());
|
|
this.confirmPay(order.getId(), Dict.payFlag.item_weixin.getItem(), orderWXPayRecordCurrent.getOutTradeNoWX());
|
|
|
|
|
|
|
|
+ sendWxPayInfo(order, store, wechatMicropayApiResult.getTransaction_id());
|
|
|
|
+ HaiKongSendOrderInfoRecordEntity haiKongSendOrderInfoRecordEntity = new HaiKongSendOrderInfoRecordEntity();
|
|
|
|
+ haiKongSendOrderInfoRecordEntity.setOuterOrderNo(order.getOrder_sn());
|
|
|
|
+ haiKongSendOrderInfoRecordEntity.setOutTradeNo(wechatMicropayApiResult.getTransaction_id());
|
|
|
|
+ haiKongSendOrderInfoRecordService.updateByOrderSn(haiKongSendOrderInfoRecordEntity);
|
|
|
|
+
|
|
// 设置支付单完成时间
|
|
// 设置支付单完成时间
|
|
processRecordEntity.setPaymentSuccTimeStr(wechatMicropayApiResult.getTime_end());
|
|
processRecordEntity.setPaymentSuccTimeStr(wechatMicropayApiResult.getTime_end());
|
|
processRecordEntity.setPaymentSuccTime(
|
|
processRecordEntity.setPaymentSuccTime(
|