浏览代码

fixed 扫码支付

fushengqian 10 月之前
父节点
当前提交
851ed86c1e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fuint-application/src/main/java/com/fuint/common/service/impl/AlipayServiceImpl.java

+ 1 - 0
fuint-application/src/main/java/com/fuint/common/service/impl/AlipayServiceImpl.java

@@ -80,6 +80,7 @@ public class AlipayServiceImpl implements AlipayService {
         reqDto.setId(orderInfo.getId());
         reqDto.setPayAmount(payAmount1);
         reqDto.setPayType(orderInfo.getPayType());
+        reqDto.setOrderSn(orderInfo.getOrderSn());
         orderService.updateOrder(reqDto);
 
         getApiConfig(orderInfo.getStoreId());