网银核销日期改为到账日期
This commit is contained in:
parent
1e6b9ff397
commit
39c81a27f5
@ -275,7 +275,8 @@ public class RentIncomeMethod {
|
||||
List<BizObject> 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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user