|
|
|
@ -3540,10 +3540,10 @@ public class ScheduleServiceImpl implements ScheduleService { |
|
|
|
//执行校验的方法 |
|
|
|
this.checkCreateSplitSfdcRoll(inData); |
|
|
|
|
|
|
|
// 如果用户填写了固定载具,更新 SOScheduledRouting 表的 carrier_no 字段 |
|
|
|
if (fixture != null && !fixture.trim().isEmpty()) { |
|
|
|
// 更新 SOScheduledRouting 表的 carrier_no 字段 |
|
|
|
//if (fixture != null && !fixture.trim().isEmpty()) { |
|
|
|
schedulingMapper.updateCarrierNo(site, seqNo, fixture); |
|
|
|
} |
|
|
|
// } |
|
|
|
|
|
|
|
//存储过程 调用存储过程 创建分卷 |
|
|
|
String remark = inData.getRemark(); |
|
|
|
|