增加实收抵扣融资额字段
This commit is contained in:
parent
8a4284ffd0
commit
5039bde81d
@ -1399,6 +1399,7 @@
|
||||
<attribute name="CMB_PAY_NO" label="支付流水号" type="STRING" length="32"/>
|
||||
<attribute name="CMB_PAY_LOG" label="支付日志" type="STRING" length="32"/>
|
||||
<attribute name="EBANK_STATUS" label="回盘状态" type="STRING" length="32"/>
|
||||
<attribute name="FUND_FEETYPE" label="抵扣资金项" type="STRING" length="100"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -1463,6 +1464,7 @@
|
||||
<attribute name="CMB_PAY_NO" label="支付流水号" type="STRING" length="32"/>
|
||||
<attribute name="CMB_PAY_LOG" label="支付日志" type="STRING" length="32"/>
|
||||
<attribute name="EBANK_STATUS" label="回盘状态" type="STRING" length="32"/>
|
||||
<attribute name="FUND_FEETYPE" label="抵扣资金项" type="STRING" length="100"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -192,7 +192,8 @@ public class FundPaymentCar {
|
||||
boLFITOut.setAttributeValue("APPLYPAY_DATE", boLFP.getAttribute("PLAN_DATE").getString());
|
||||
boLFITOut.setAttributeValue("APPLY_PERSON", userId);
|
||||
boLFITOut.setAttributeValue("APPLY_DEPT", orgId);
|
||||
boLFITOut.setAttributeValue("MEMO", boLFP.getAttribute("FEE_TYPE").getString());
|
||||
boLFITOut.setAttributeValue("MEMO", "µÖ¿ÛÈÚ×Ê¿î");
|
||||
boLFITOut.setAttributeValue("FUND_FEETYPE", boLFP.getAttribute("FEE_TYPE").getString());
|
||||
boLFITOut.setAttributeValue("ROLL_BACK", 0);
|
||||
boLFITOut.setAttributeValue("FLOWUNID", flowunid);
|
||||
boLFITOut.setAttributeValue("IS_FLOWING", 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user