From 831dd4180a351e5cef6350a55ef6c679901bb236 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Thu, 28 Mar 2019 13:44:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E9=93=B6=E6=94=B6=E6=AC=BE=E6=A0=B8?= =?UTF-8?q?=E9=94=80,=20=E8=B5=84=E9=87=91=E8=AE=BE=E7=BD=AE=E4=BC=9A?= =?UTF-8?q?=E8=AE=A1=E5=A4=84=E7=90=86=E6=97=A5=E9=BB=98=E8=AE=A4=E4=B8=BA?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java b/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java index 495080d5e..9f7c0c0e2 100644 --- a/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java +++ b/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java @@ -304,7 +304,7 @@ public class FundIncomeMethod { boLFIT.setAttributeValue("CLIENT_BANK", boEb.getAttribute("CLIENT_BANK").getString()); boLFIT.setAttributeValue("CLIENT_ACCOUNT", boEb.getAttribute("CLIENT_ACCOUNT").getString()); boLFIT.setAttributeValue("CLIENT_ACCNUMBER", boEb.getAttribute("CLIENT_ACC_NUMBER").getString()); - boLFIT.setAttributeValue("ACCOUNTING_DATE", boEb.getAttribute("FACT_DATE").getString()); + boLFIT.setAttributeValue("ACCOUNTING_DATE", StringFunction.getToday()); boLFIT.setAttributeValue("ROLL_BACK", 0); boLFIT.setAttributeValue("COIN", boVLF.getAttribute("COIN").getString()); boLFIT.setAttributeValue("IS_FLOWING", 0);