订单状态错误问题

This commit is contained in:
wangw 2024-08-07 15:01:55 +08:00
parent 736389aa65
commit 6732e8905d
1 changed files with 1 additions and 1 deletions

View File

@ -743,7 +743,7 @@ public class OrderService {
} else {
String orderNo = generateOrderNumber();
TbOrderInfo orderInfo = new TbOrderInfo(orderNo, totalAmount, packAMount, totalAmount, saleAmount, totalAmount, feeAmount, "",
"table", "case", userId, shopId.toString(),
"table", "cash", userId, shopId.toString(),
"", (byte) 1, day, masterId);
orderInfo.setStatus("pending");
tbOrderInfoMapper.insert(orderInfo);