订单状态错误问题
This commit is contained in:
parent
736389aa65
commit
6732e8905d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue