This commit is contained in:
wangguocheng 2024-05-20 17:43:09 +08:00
parent 41605869e3
commit 509137b200
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ public class PayService {
}
List<TbCashierCart> cashierCarts= tbCashierCartMapper.selectByOrderId(orderId,"create");
List<TbCashierCart> cashierCarts= tbCashierCartMapper.selectByOrderId(orderId,"closed");
if(ObjectUtil.isEmpty(cashierCarts)||ObjectUtil.isNull(cashierCarts)){
return Result.fail("购物车信息不存在");
}

View File

@ -57,5 +57,5 @@ aliyun:
thirdPay:
payType: fushangtong
callBack: https://cashierclient.sxczgkj.cn/${server.servlet.context-path}/notify/fstmemberInCallBack
callBack: https://cashierclient.sxczgkj.cn${server.servlet.context-path}notify/fstmemberInCallBack
url: https://paymentapi.sxczgkj.cn