From 39c81a27f50e0e2943f62c2177d0be14a7df18ee Mon Sep 17 00:00:00 2001 From: zhangbb Date: Thu, 11 Jul 2019 16:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E9=93=B6=E6=A0=B8=E9=94=80=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E6=94=B9=E4=B8=BA=E5=88=B0=E8=B4=A6=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_tenwa/com/tenwa/flow/rent/rentincome/RentIncomeMethod.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src_tenwa/com/tenwa/flow/rent/rentincome/RentIncomeMethod.java b/src_tenwa/com/tenwa/flow/rent/rentincome/RentIncomeMethod.java index 25d57ff25..62fe7a73c 100644 --- a/src_tenwa/com/tenwa/flow/rent/rentincome/RentIncomeMethod.java +++ b/src_tenwa/com/tenwa/flow/rent/rentincome/RentIncomeMethod.java @@ -275,7 +275,8 @@ public class RentIncomeMethod { List boLCRIT = JBOFactory.createBizObjectQuery(LC_RENT_INCOME_TEMP.CLASS_NAME, "PLAN_ID=:PLAN_ID and IS_FLOWING = 0").setParameter("PLAN_ID", ids[i]) .getResultList(false); boLRIT.setAttributeValue("HIRE_LIST", boLCRI.size()+boLCRIT.size()+1); - boLRIT.setAttributeValue("HIRE_DATE", StringFunction.getToday()); + //安鹏要求改为网银到账日期 + boLRIT.setAttributeValue("HIRE_DATE", factDate); boLRIT.setAttributeValue("HIRE_OBJECT", boEb.getAttribute("CLIENT_NAME").getString()); BigDecimal money; if(!flag){