瀏覽代碼

fix:修复改色号改不了的问题

hmc 7 月之前
父節點
當前提交
b3d3d4212f

+ 1 - 1
zkqy-custom-business/src/main/java/com/zkqy/business/service/impl/AmmunitionPlanInformationIntermediateTableServiceImpl.java

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