ソースを参照

fix: 订单取消查询一次台州银行

xdd 1 週間 前
コミット
ce0f446faf

+ 1 - 0
fs-service-system/src/main/java/com/fs/store/service/impl/FsStorePaymentServiceImpl.java

@@ -352,6 +352,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService
                     orderService.payConfirm(1,orderId, fsStorePayment.getPayCode(),
                             fsStorePayment.getTradeNo(),body.getChlTrxId(), fsStorePayment.getTradeNo());
 
+                    // 70交易失败 80订单关闭
                 } else if("70".equals(status) || "80".equals(status)) {
                     fsStorePayment.setStatus(-2);
                     this.updateFsStorePayment(fsStorePayment);