Преглед на файлове

成本分配 整理代码

liuchaohui преди 2 години
родител
ревизия
8f7e319a99
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/service/impl/SyCostAllocationServiceImpl.java

+ 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){