Merge branch 'develop' of http://git2.tenwa.com.cn/ApzlDev/apzl_leasing.git into zhangjun
This commit is contained in:
commit
aca1876687
@ -392,7 +392,9 @@ public class RentIncomeMethod {
|
||||
boLRIT.setAttributeValue("HIRE_BANK", boEb.getAttribute("CLIENT_BANK").getString());
|
||||
boLRIT.setAttributeValue("HIRE_ACCOUNT", boEb.getAttribute("CLIENT_ACCOUNT").getString());
|
||||
boLRIT.setAttributeValue("HIRE_NUMBER", boEb.getAttribute("CLIENT_ACC_NUMBER").getString());
|
||||
boLRIT.setAttributeValue("ACCOUNTING_DATE", boEb.getAttribute("FACT_DATE").getString());
|
||||
//安鹏要求改为当前日期
|
||||
//boLRIT.setAttributeValue("ACCOUNTING_DATE", boEb.getAttribute("FACT_DATE").getString());
|
||||
boLRIT.setAttributeValue("ACCOUNTING_DATE", StringFunction.getToday());
|
||||
boLRIT.setAttributeValue("ROLL_BACK", 0);
|
||||
boLRIT.setAttributeValue("COIN", boVLRP.getAttribute("COIN").getString());
|
||||
boLRIT.setAttributeValue("IS_FLOWING", 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user