|
@@ -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);
|