Fix:联通电信

This commit is contained in:
Owen 2025-03-06 21:49:29 +08:00
parent 705424ea29
commit 292a5c1367
1 changed files with 5 additions and 0 deletions

View File

@ -591,6 +591,11 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersMapper, OrdersDO> imple
ordersDO.setStatus(470L);
logSaveReqVO.setMsg("提单成功");
ordersDO.setPlanMobileProduced(ordersDO.getPlanMobile());
String planMobileProduced = orderData.getPlanMobileProduced();
if (StringUtils.isNotEmpty(planMobileProduced)){
ordersDO.setPlanMobileProduced(planMobileProduced);
}
}
} else {
// 系统失败操作记录