From 36bf50c20fb23b57243142c21cc17acc9f689934 Mon Sep 17 00:00:00 2001
From: root <625756384@qq.com>
Date: Sun, 13 Dec 2020 14:17:10 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E6=89=A3=E5=9B=9E=E7=9B=98=E6=97=A5?=
=?UTF-8?q?=E5=BF=97=E6=B7=BB=E5=8A=A0=E5=8D=A1=E6=89=A3=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
WebContent/WEB-INF/etc/jbo/jbo_lease.xml | 1 +
.../app/allinpay/service/impl/AllinpayPaymentQueryRun.java | 1 +
src_jbo/jbo/com/tenwa/lease/comm/LB_BUCKLE_LOG.java | 4 ++++
.../com/tenwa/collectaudit/cache/CollectAuditInfoCache.java | 1 +
.../com/tenwa/collectaudit/cache/CollectAuditInfoCacheTj.java | 1 +
5 files changed, 8 insertions(+)
diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
index b7125f3e6..817c20dd9 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
@@ -4348,6 +4348,7 @@
+
diff --git a/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentQueryRun.java b/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentQueryRun.java
index 481b1e511..a5eb7cb3d 100644
--- a/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentQueryRun.java
+++ b/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentQueryRun.java
@@ -282,6 +282,7 @@ public class AllinpayPaymentQueryRun implements Runnable{
blbo.setAttributeValue(LB_BUCKLE_LOG.inputorgid, "system");
blbo.setAttributeValue(LB_BUCKLE_LOG.inputtime, StringFunction.getTodayNow());
blbo.setAttributeValue(LB_BUCKLE_LOG.updatetime, System.currentTimeMillis());
+ blbo.setAttributeValue(LB_BUCKLE_LOG.deduction_type, "ͨۿ");
blog.saveObject(blbo);
}
diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_BUCKLE_LOG.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_BUCKLE_LOG.java
index a116acf72..46a70a34a 100644
--- a/src_jbo/jbo/com/tenwa/lease/comm/LB_BUCKLE_LOG.java
+++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_BUCKLE_LOG.java
@@ -45,6 +45,10 @@ public interface LB_BUCKLE_LOG{
* ۿ STRING(255)
*/
public static final String cut_money = "cut_money";
+ /**
+ * STRING(10)
+ */
+ public static final String deduction_type = "deduction_type";
/**
* Ǽ STRING(32)
*/
diff --git a/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java b/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java
index 03a5f9ea0..2ff8576c7 100644
--- a/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java
+++ b/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java
@@ -1179,6 +1179,7 @@ public class CollectAuditInfoCache {
blbo.setAttributeValue(LB_BUCKLE_LOG.inputorgid, "system");
blbo.setAttributeValue(LB_BUCKLE_LOG.inputtime, StringFunction.getTodayNow());
blbo.setAttributeValue(LB_BUCKLE_LOG.updatetime, System.currentTimeMillis());
+ blbo.setAttributeValue(LB_BUCKLE_LOG.deduction_type, "ۿ");
blog.saveObject(blbo);
}
diff --git a/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCacheTj.java b/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCacheTj.java
index c915567cc..0c93bb296 100644
--- a/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCacheTj.java
+++ b/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCacheTj.java
@@ -1180,6 +1180,7 @@ public class CollectAuditInfoCacheTj {
blbo.setAttributeValue(LB_BUCKLE_LOG.inputorgid, "system");
blbo.setAttributeValue(LB_BUCKLE_LOG.inputtime, StringFunction.getTodayNow());
blbo.setAttributeValue(LB_BUCKLE_LOG.updatetime, System.currentTimeMillis());
+ blbo.setAttributeValue(LB_BUCKLE_LOG.deduction_type, "ۿ");
blog.saveObject(blbo);
}