订单状态错误问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user