diff --git a/WebContent/WEB-INF/etc/jbo/jbo_calc.xml b/WebContent/WEB-INF/etc/jbo/jbo_calc.xml
index 0fe035083..4c163be09 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_calc.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_calc.xml
@@ -1399,6 +1399,7 @@
+
@@ -1463,6 +1464,7 @@
+
diff --git a/src_tenwa/com/tenwa/flow/fund/flowpayment/FundPaymentCar.java b/src_tenwa/com/tenwa/flow/fund/flowpayment/FundPaymentCar.java
index 83f58e177..3aceaa3a0 100644
--- a/src_tenwa/com/tenwa/flow/fund/flowpayment/FundPaymentCar.java
+++ b/src_tenwa/com/tenwa/flow/fund/flowpayment/FundPaymentCar.java
@@ -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);