|
@@ -111,7 +111,7 @@ public class AmmunitionPlanInformationIntermediateTableServiceImpl implements IA
|
|
|
});
|
|
|
//更新产线
|
|
|
saleProductsList.forEach(item -> {
|
|
|
- saleProductsMapper.updateSaleProductByColoursAndSaleOrderNoAndProductNoAndNumber(item);
|
|
|
+ saleProductsMapper.updateSaleProduct(item);
|
|
|
});
|
|
|
//插入计划数据
|
|
|
int i3 = detailsOfTheRefuelingPlanService.insertBatchDetailsOfTheRefuelingPlan(ammunitionPlanInformationIntermediateTable.getDetailsOfTheRefuelingPlans());
|