Преглед изворни кода

成本报表 保存报错问题

liuchaohui пре 2 година
родитељ
комит
b4668ed16d

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/controller/SyCostAllocationController.java

@@ -385,7 +385,7 @@ public class SyCostAllocationController {
                 for (SyCostAllocationPage page : list) {
                     SyCostAllocation po = new SyCostAllocation();
                     BeanUtils.copyProperties(page, po);
-                    syCostAllocationService.saveMain(po, page.getSyCostAllocationAccidentList(), page.getSyCostAllocationCostpayList(), page.getSyCostAllocationFabricList(), page.getSyCostAllocationIngredientList(), page.getSyCostAllocationShipdetailList());
+                    //syCostAllocationService.saveMain(po, page.getSyCostAllocationAccidentList(), page.getSyCostAllocationCostpayList(), page.getSyCostAllocationFabricList(), page.getSyCostAllocationIngredientList(), page.getSyCostAllocationShipdetailList());
                 }
                 return Result.OK("文件导入成功!数据行数:" + list.size());
             } catch (Exception e) {