1. 取消会员接口修改
This commit is contained in:
parent
80d990de17
commit
479a286040
|
|
@ -1766,8 +1766,6 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
|||
.in(TbCashierCart::getPlatformType, OrderPlatformTypeEnum.PC.getValue(), OrderPlatformTypeEnum.CASH.getValue());
|
||||
}
|
||||
|
||||
|
||||
|
||||
List<TbCashierCart> tbCashierCarts = cashierCartMapper.selectList(queryWrapper.isNotNull(TbCashierCart::getOrderId));
|
||||
if (!tbCashierCarts.isEmpty()) {
|
||||
Integer orderId = tbCashierCarts.get(0).getOrderId();
|
||||
|
|
|
|||
Loading…
Reference in New Issue