From 7e90da9594acadf122473cc5f66b4ff6cb3b7061 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Mon, 3 Dec 2018 19:33:46 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=B0=86=E5=AE=9E=E9=99=85=E4=BB=98=E6=AC=BE?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA=E7=82=B9=E5=87=BB=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=9C=AC=E6=AC=A1=E4=BB=98=E6=AC=BE=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E9=97=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java b/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java index f6621467a..e38311bce 100644 --- a/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java +++ b/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java @@ -374,6 +374,7 @@ public class FundIncomeMethod { otherProperty.put("ACC_NUMBER", boOA.getAttribute("ACC_NUMBER").getString()); otherProperty.put("INCOME_ID", bo.getAttribute("ID").getString()); otherProperty.put(LC_FUND_INCOME.EBANK_STATUS, "03"); + otherProperty.put("FACT_DATE", StringFunction.getToday()); DataOperatorUtil.copySingleJBO(LC_FUND_INCOME.CLASS_NAME, fromCondition,LC_FUND_INCOME_TEMP.CLASS_NAME, null, otherProperty,tx); } }