mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 10:16:38 +08:00
fix
This commit is contained in:
parent
74d336c4d6
commit
6dd0c8fdad
@ -75,6 +75,7 @@ public class OrderService {
|
||||
ObjectMapper objectMapper = new ObjectMapper();
|
||||
OrderEntity orderEntity = objectMapper.convertValue(paramMap, OrderEntity.class);
|
||||
if(ordersDao.insert(orderEntity) == 1) {
|
||||
System.out.println("ordersDao.insert(orderEntity) == 1");
|
||||
ordersEntity.setOrderStatus("0");
|
||||
addOrSaveEntity.setPhoneNumber(ordersEntity.getPhoneNumber());
|
||||
addOrSaveEntity.setStatus("0");
|
||||
|
Loading…
Reference in New Issue
Block a user