Commit e2b88d21 authored by Smile's avatar Smile

Merge remote-tracking branch 'origin/jd_dev' into jd_dev

parents 68cb7372 5b4b88c8
......@@ -5790,7 +5790,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
} else {
// 如果有异常则更新说明
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);
}
//更新订单为重货
......
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