|
@@ -221,7 +221,7 @@ public class TmstruckLoadResultServiceImpl implements ITmstruckLoadResultService
|
|
map.put("resultId", tmstruckLoadResultMapper.selectMaxId());
|
|
map.put("resultId", tmstruckLoadResultMapper.selectMaxId());
|
|
map.put("Sqe", sqe);
|
|
map.put("Sqe", sqe);
|
|
map.put("resultTotalId", resultTotalId);
|
|
map.put("resultTotalId", resultTotalId);
|
|
- i = tmstruckLoadResultMapper.insertSelective(generateLoad(map));
|
|
+ i += tmstruckLoadResultMapper.insertSelective(generateLoad(map));
|
|
|
|
|
|
mesMap.put("orderLineSequence", sqe);
|
|
mesMap.put("orderLineSequence", sqe);
|
|
utilsService.updateOrderLineSqeByOrderNumber(mesMap);
|
|
utilsService.updateOrderLineSqeByOrderNumber(mesMap);
|
|
@@ -231,8 +231,8 @@ public class TmstruckLoadResultServiceImpl implements ITmstruckLoadResultService
|
|
|
|
|
|
map.put("resultId",resultId);
|
|
map.put("resultId",resultId);
|
|
}
|
|
}
|
|
- int i1 = addCapacityRemark(map);
|
|
+ i += addCapacityRemark(map);
|
|
- if (i1==-5){
|
|
+ if (i==-5){
|
|
return -5;
|
|
return -5;
|
|
}
|
|
}
|
|
|
|
|