瀏覽代碼

成本分配 整理代码

liuchaohui 2 年之前
父節點
當前提交
8f7e319a99

+ 0 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/service/impl/SyCostAllocationServiceImpl.java

@@ -543,7 +543,6 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
         List<SyCostAllocationShipdetail> Shipdetails = syCostAllocationShipdetailMapper.queryByCostShipdetail(plannum);
         for (int i=0;i<Shipdetails.size();i++) {
             SyCostAllocationShipdetail ship = Shipdetails.get(i);
-            Shipdetails.add(ship);
             //实际出货数量
             if(ship.getShipQuantity()!=null){
                 if(syCostAllocation.getActualShipquantity()==null){