|
|
|
@ -1240,7 +1240,7 @@ public class DailyPlanServiceImpl implements DailyPlanService { |
|
|
|
throw new RuntimeException("上道派工单没有报工记录无法交接!"); |
|
|
|
} |
|
|
|
if(!sfdcCheck.get(0).getOrderNo().equals(checkFirstItem.get(0).getOrderNo())||sfdcCheck.get(0).getItemNo().intValue()!=checkFirstItem.get(0).getItemNo().intValue()){ |
|
|
|
throw new RuntimeException("扫描的上道派工单不匹配,不是同一个生产订单!"); |
|
|
|
throw new RuntimeException("扫描的上道派工单工序不匹配,或者不是同一个生产订单!"); |
|
|
|
} |
|
|
|
if(getPreviousSOSData.get(0).getMaterSeqNo()==null){ |
|
|
|
throw new RuntimeException("上道派工单没有交接记录!"); |
|
|
|
|