This commit is contained in:
parent
41605869e3
commit
509137b200
|
|
@ -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)){
|
if(ObjectUtil.isEmpty(cashierCarts)||ObjectUtil.isNull(cashierCarts)){
|
||||||
return Result.fail("购物车信息不存在");
|
return Result.fail("购物车信息不存在");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,5 +57,5 @@ aliyun:
|
||||||
|
|
||||||
thirdPay:
|
thirdPay:
|
||||||
payType: fushangtong
|
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
|
url: https://paymentapi.sxczgkj.cn
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue