Fix:联通电信
This commit is contained in:
parent
705424ea29
commit
292a5c1367
|
@ -591,6 +591,11 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersMapper, OrdersDO> imple
|
||||||
ordersDO.setStatus(470L);
|
ordersDO.setStatus(470L);
|
||||||
logSaveReqVO.setMsg("提单成功");
|
logSaveReqVO.setMsg("提单成功");
|
||||||
ordersDO.setPlanMobileProduced(ordersDO.getPlanMobile());
|
ordersDO.setPlanMobileProduced(ordersDO.getPlanMobile());
|
||||||
|
String planMobileProduced = orderData.getPlanMobileProduced();
|
||||||
|
if (StringUtils.isNotEmpty(planMobileProduced)){
|
||||||
|
ordersDO.setPlanMobileProduced(planMobileProduced);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// 系统失败操作记录
|
// 系统失败操作记录
|
||||||
|
|
Loading…
Reference in New Issue