diff --git a/yudao-module-haoka/yudao-module-haoka-biz/src/main/java/cn/iocoder/yudao/module/haoka/service/orders/OrdersServiceImpl.java b/yudao-module-haoka/yudao-module-haoka-biz/src/main/java/cn/iocoder/yudao/module/haoka/service/orders/OrdersServiceImpl.java index 3f1bd14962..0cde5f900e 100644 --- a/yudao-module-haoka/yudao-module-haoka-biz/src/main/java/cn/iocoder/yudao/module/haoka/service/orders/OrdersServiceImpl.java +++ b/yudao-module-haoka/yudao-module-haoka-biz/src/main/java/cn/iocoder/yudao/module/haoka/service/orders/OrdersServiceImpl.java @@ -591,6 +591,11 @@ public class OrdersServiceImpl extends ServiceImpl imple ordersDO.setStatus(470L); logSaveReqVO.setMsg("提单成功"); ordersDO.setPlanMobileProduced(ordersDO.getPlanMobile()); + String planMobileProduced = orderData.getPlanMobileProduced(); + if (StringUtils.isNotEmpty(planMobileProduced)){ + ordersDO.setPlanMobileProduced(planMobileProduced); + } + } } else { // 系统失败操作记录