|
|
@ -254,7 +254,7 @@ public class IssureNotifyServiceImpl implements IssureNotifyService { |
|
|
}else { |
|
|
}else { |
|
|
productionArea = issureNotifyMapper.getProductAreaByPlanner(data.getSite(), rows.get(0).getPlannerBuyer()); |
|
|
productionArea = issureNotifyMapper.getProductAreaByPlanner(data.getSite(), rows.get(0).getPlannerBuyer()); |
|
|
} |
|
|
} |
|
|
data.setProductionArea(productionArea!=null?productionArea:"Z301"); |
|
|
|
|
|
|
|
|
data.setProductionArea(productionArea==null?productionArea:"Z301"); |
|
|
data.setPushWmsFlag("N"); |
|
|
data.setPushWmsFlag("N"); |
|
|
data.setTransportFlag("N"); |
|
|
data.setTransportFlag("N"); |
|
|
data.setOutWorkOrderFlag("N"); |
|
|
data.setOutWorkOrderFlag("N"); |
|
|
@ -751,7 +751,7 @@ public class IssureNotifyServiceImpl implements IssureNotifyService { |
|
|
}else { |
|
|
}else { |
|
|
productionArea = issureNotifyMapper.getProductAreaByPlanner(parentItem.getSite(), rows.get(0).getPlannerBuyer()); |
|
|
productionArea = issureNotifyMapper.getProductAreaByPlanner(parentItem.getSite(), rows.get(0).getPlannerBuyer()); |
|
|
} |
|
|
} |
|
|
parentItem.setProductionArea(productionArea!=null?productionArea:"Z301"); |
|
|
|
|
|
|
|
|
parentItem.setProductionArea(productionArea==null?productionArea:"Z301"); |
|
|
parentItem.setPushWmsFlag("N"); |
|
|
parentItem.setPushWmsFlag("N"); |
|
|
parentItem.setTransportFlag("N"); |
|
|
parentItem.setTransportFlag("N"); |
|
|
parentItem.setOutWorkOrderFlag("N"); |
|
|
parentItem.setOutWorkOrderFlag("N"); |
|
|
|