1.代客下单 存单返回备注内容
This commit is contained in:
@@ -1004,6 +1004,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
||||
|
||||
TbCashierCart cashierCart = new TbCashierCart();
|
||||
cashierCart.setStatus(pendingDTO.getIsPending() ? "refund" : "create");
|
||||
cashierCart.setPendingAt(pendingDTO.getIsPending() ? DateUtil.current() : cashierCart.getPendingAt());
|
||||
cashierCartMapper.update(cashierCart, new LambdaUpdateWrapper<TbCashierCart>()
|
||||
.eq(TbCashierCart::getOrderId, orderId));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user