增加实收抵扣融资额字段

This commit is contained in:
luojian 2018-08-02 18:08:10 +08:00
parent 8a4284ffd0
commit 5039bde81d
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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);