Commit 9b421393 authored by zhengyi's avatar zhengyi

处理泡货异常的bug修复

parent 0301639b
......@@ -431,6 +431,7 @@ public class OrderBusinessServiceImpl extends AbstractService<OrderMapper, Order
throw exception(ORDER_NOT_EXISTS);
}
orderDO.setOrderType(orderType);
orderDO.setPickleType(1); // 这里每次设置订单类型都需要重置半泡属性
handleException(orderId, orderDO, 9);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment