From d5272ccff0c826458a097a75dea60e31e25600a9 Mon Sep 17 00:00:00 2001 From: "15989082884@163.com" <15989082884@163.com> Date: Tue, 4 Jul 2023 04:42:41 +0800 Subject: [PATCH] =?UTF-8?q?ID=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/demo/cost/SyncVerificationMain.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/demo/cost/SyncVerificationMain.java b/src/main/java/com/demo/cost/SyncVerificationMain.java index ffe1692..1f09c2a 100644 --- a/src/main/java/com/demo/cost/SyncVerificationMain.java +++ b/src/main/java/com/demo/cost/SyncVerificationMain.java @@ -292,7 +292,7 @@ public class SyncVerificationMain { budgetLog.setAmount(amountAmt); budgetLog.setScheduleId(item.getScheduleId()); budgetLog.setScheduleItemId(item.getScheduleItemId()); - budgetLog.setScheduleItemBudgetId(item.getId()); + budgetLog.setScheduleItemBudgetId(item.getScheduleItemBudgetId()); budgetLog.setItemName(item.getScheduleItemName()); budgetLog.setStartDate(item.getActStartDate().atStartOfDay()); budgetLog.setEndDate(item.getActEndDate().atStartOfDay()); @@ -378,7 +378,7 @@ public class SyncVerificationMain { fundFlow.setTargetName(currCostItem.getTargetName()); fundFlow.setTargetLevelPathIds(currCostItem.getTargetLevelPathIds()); fundFlow.setTargetLevelPathNames(currCostItem.getTargetLevelPathNames()); - fundFlow.setCenterGoodItemId(currCostItem.getId()); + fundFlow.setCenterGoodItemId(currCostItem.getCenterGoodItemId()); fundFlow.setSupplierId(tbsActivity.getSupplierId()); fundFlow.setSupplierCode(tbsActivity.getSupplierCode());