diff --git a/WebContent/WEB-INF/etc/jbo/jbo_comm.xml b/WebContent/WEB-INF/etc/jbo/jbo_comm.xml
index 6e3d9a9fb..2e6f798db 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_comm.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_comm.xml
@@ -845,6 +845,9 @@
+
+
+
diff --git a/src_jbo/jbo/com/tenwa/entity/comm/flow/D_DEPOSITRETURN_INFO.java b/src_jbo/jbo/com/tenwa/entity/comm/flow/D_DEPOSITRETURN_INFO.java
index 0ec48664d..32fd844d4 100644
--- a/src_jbo/jbo/com/tenwa/entity/comm/flow/D_DEPOSITRETURN_INFO.java
+++ b/src_jbo/jbo/com/tenwa/entity/comm/flow/D_DEPOSITRETURN_INFO.java
@@ -101,4 +101,16 @@ public interface D_DEPOSITRETURN_INFO{
* STRING(32)
*/
public static final String COMPENSATORY_CON = "COMPENSATORY_CON";
+ /**
+ * DOUBLE(22)
+ */
+ public static final String CORPUS = "CORPUS";
+ /**
+ * Ϣ DOUBLE(22)
+ */
+ public static final String INTEREST = "INTEREST";
+ /**
+ * Ϣ DOUBLE(22)
+ */
+ public static final String PENALTY = "PENALTY";
}
\ No newline at end of file
diff --git a/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java b/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java
index c10625683..59e9e2a65 100644
--- a/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java
+++ b/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java
@@ -732,7 +732,7 @@ public class CollectAuditInfoCache {
bod.setAttributeValue("PLAN_LIST",bom.getAttribute("plan_list").toString());
bod.setAttributeValue("RENT_PLAN_ID",bom.getAttribute("id").toString());
bod.setAttributeValue("COMPENSATORY_CON",COMPENSATORY_CON);
-// moneyHandle(bom.getAttribute("id").toString(),bod,tx);
+ moneyHandle(bom.getAttribute("id").toString(),bod,tx);
bd.saveObject(bod);
//ľϢĽ
bdi.createQuery("update O set O.sums='"+account_balance+"' where O.distributor_no=:distributor_id").setParameter("distributor_id", distributor_id).executeUpdate();