From 58e34d04ce1c11d5850bdc4021c013c623042b2f Mon Sep 17 00:00:00 2001
From: yjf <2211675158@qq.com>
Date: Thu, 24 Feb 2022 08:26:36 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E9=83=A8=E5=88=86?=
=?UTF-8?q?=E4=BB=A3=E5=81=BF=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
WebContent/WEB-INF/etc/jbo/jbo_comm.xml | 3 +++
.../tenwa/entity/comm/flow/D_DEPOSITRETURN_INFO.java | 12 ++++++++++++
.../collectaudit/cache/CollectAuditInfoCache.java | 2 +-
3 files changed, 16 insertions(+), 1 deletion(-)
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();