订单状态错误问题
This commit is contained in:
@@ -743,7 +743,7 @@ public class OrderService {
|
|||||||
} else {
|
} else {
|
||||||
String orderNo = generateOrderNumber();
|
String orderNo = generateOrderNumber();
|
||||||
TbOrderInfo orderInfo = new TbOrderInfo(orderNo, totalAmount, packAMount, totalAmount, saleAmount, totalAmount, feeAmount, "",
|
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);
|
"", (byte) 1, day, masterId);
|
||||||
orderInfo.setStatus("pending");
|
orderInfo.setStatus("pending");
|
||||||
tbOrderInfoMapper.insert(orderInfo);
|
tbOrderInfoMapper.insert(orderInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user