|
|
|
@ -2242,7 +2242,7 @@ public class ScheduleServiceImpl implements ScheduleService { |
|
|
|
//3.调用存储过程 处理SfdcMaterialHist的信息 --主材 |
|
|
|
//循环for循环处理 |
|
|
|
for (int i = 0; i < sfdcMaterialList.size(); i++) { |
|
|
|
SfdcMaterialData sfdcMaterialData = sfdcMaterialList.get(0); |
|
|
|
SfdcMaterialData sfdcMaterialData = sfdcMaterialList.get(i); |
|
|
|
Float netIssueQty = sfdcMaterialData.getNetIssueQty(); |
|
|
|
Integer histSeqNo = sfdcMaterialData.getHistSeqNo(); |
|
|
|
this.finishRollProcessSfdcMaterialHistWithKeyRm(site, orderNo, itemNo, seqNo, rollNo, netIssueQty, histSeqNo, operatorId, reportedTime); |
|
|
|
|