Commit 5b4b88c8 authored by honghy's avatar honghy

重货异常

parent 223f7574
...@@ -5790,7 +5790,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl ...@@ -5790,7 +5790,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
} else { } else {
// 如果有异常则更新说明 // 如果有异常则更新说明
OrderExceptionDO orderExceptionDO = pendHeavyExceptionList.get(0); OrderExceptionDO orderExceptionDO = pendHeavyExceptionList.get(0);
orderExceptionDO.setOrderExceptionRemark(JSONObject.toJSONString(OrderExceptionDescVO.builder().descZh(descZh).descEn(descEn).build())); orderExceptionDO.setOrderExceptionRemark(JSONObject.toJSONString(OrderExceptionDescVO.builder().descZh(descZh).descEn(descEn).descFr(descFr).build()));
orderExceptionService.updateById(orderExceptionDO); orderExceptionService.updateById(orderExceptionDO);
} }
//更新订单为重货 //更新订单为重货
......
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