已下单商品支持退单
This commit is contained in:
@@ -606,6 +606,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
||||
TbCashierCart cashierCart = cashierCartMapper.selectOne(new LambdaQueryWrapper<TbCashierCart>()
|
||||
.eq(TbCashierCart::getShopId, removeCartDTO.getShopId())
|
||||
.in(TbCashierCart::getStatus, "create", "refund")
|
||||
.isNotNull(TbCashierCart::getOrderId)
|
||||
.eq(TbCashierCart::getId, removeCartDTO.getCartId()));
|
||||
|
||||
if (cashierCart == null) {
|
||||
|
||||
Reference in New Issue
Block a user