From 6d4b57afcda728b8ca4a1da0effc1ad53e1bbb75 Mon Sep 17 00:00:00 2001
From: lvleigang <957075182@qq.com>
Date: Wed, 10 Jul 2024 17:26:33 +0800
Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D2008?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../entity/AcctVouchInfoEntity.xml | 36 ++++++-------
.../entity/DictAcctSubjEntity.xml | 54 +++++++++----------
.../entity/DictCheckTypeEntity.xml | 12 ++---
3 files changed, 51 insertions(+), 51 deletions(-)
diff --git a/service/src/main/java/com/hzya/frame/xsFinance/acctVouchInfo/entity/AcctVouchInfoEntity.xml b/service/src/main/java/com/hzya/frame/xsFinance/acctVouchInfo/entity/AcctVouchInfoEntity.xml
index ea7810cc..2dbb1755 100644
--- a/service/src/main/java/com/hzya/frame/xsFinance/acctVouchInfo/entity/AcctVouchInfoEntity.xml
+++ b/service/src/main/java/com/hzya/frame/xsFinance/acctVouchInfo/entity/AcctVouchInfoEntity.xml
@@ -174,24 +174,24 @@
from acct_vouch_info
- and acct_year like concat('%',#{acct_year},'%')
- and acct_month like concat('%',#{acct_month},'%')
- and dept_code like concat('%',#{dept_code},'%')
- and dept_name like concat('%',#{dept_name},'%')
- and acct_subj_code like concat('%',#{acct_subj_code},'%')
- and acct_subj_name like concat('%',#{acct_subj_name},'%')
- and check_type_code like concat('%',#{check_type_code},'%')
- and check_type_name like concat('%',#{check_type_name},'%')
- and direction like concat('%',#{direction},'%')
- and amount like concat('%',#{amount},'%')
- and fund_source_code like concat('%',#{fund_source_code},'%')
- and vouch_no like concat('%',#{vouch_no},'%')
- and summary like concat('%',#{summary},'%')
- and bookkeeper like concat('%',#{bookkeeper},'%')
- and org_code like concat('%',#{org_code},'%')
- and org_name like concat('%',#{org_name},'%')
- and branch_code like concat('%',#{branch_code},'%')
- and branch_name like concat('%',#{branch_name},'%')
+ and acct_year like '%${acct_year}%'
+ and acct_month like '%${acct_month}%'
+ and dept_code like '%${dept_code}%'
+ and dept_name like '%${dept_name}%'
+ and acct_subj_code like '%${acct_subj_code}%'
+ and acct_subj_name like '%${acct_subj_name}%'
+ and check_type_code like '%${check_type_code}%'
+ and check_type_name like '%${check_type_name}%'
+ and direction like '%${direction}%'
+ and amount like '%${amount}%'
+ and fund_source_code like '%${fund_source_code}%'
+ and vouch_no like '%${vouch_no}%'
+ and summary like '%${summary}%'
+ and bookkeeper like '%${bookkeeper}%'
+ and org_code like '%${org_code}%'
+ and org_name like '%${org_name}%'
+ and branch_code like '%${branch_code}%'
+ and branch_name like '%${branch_name}%'
diff --git a/service/src/main/java/com/hzya/frame/xsFinance/dictAcctSubj/entity/DictAcctSubjEntity.xml b/service/src/main/java/com/hzya/frame/xsFinance/dictAcctSubj/entity/DictAcctSubjEntity.xml
index 547f673b..fc4a28a7 100644
--- a/service/src/main/java/com/hzya/frame/xsFinance/dictAcctSubj/entity/DictAcctSubjEntity.xml
+++ b/service/src/main/java/com/hzya/frame/xsFinance/dictAcctSubj/entity/DictAcctSubjEntity.xml
@@ -237,33 +237,33 @@
from dict_acct_subj
- and acct_year like concat('%',#{acct_year},'%')
- and acct_subj_code like concat('%',#{acct_subj_code},'%')
- and acct_subj_name like concat('%',#{acct_subj_name},'%')
- and supper_code like concat('%',#{supper_code},'%')
- and subj_level like concat('%',#{subj_level},'%')
- and is_last like concat('%',#{is_last},'%')
- and subj_type_code like concat('%',#{subj_type_code},'%')
- and subj_type_name like concat('%',#{subj_type_name},'%')
- and direction like concat('%',#{direction},'%')
- and is_cash like concat('%',#{is_cash},'%')
- and subj_nature_code like concat('%',#{subj_nature_code},'%')
- and is_check like concat('%',#{is_check},'%')
- and is_stop like concat('%',#{is_stop},'%')
- and budg_subj_code like concat('%',#{budg_subj_code},'%')
- and budg_subj_name like concat('%',#{budg_subj_name},'%')
- and check_type_name1 like concat('%',#{check_type_name1},'%')
- and check_type_name2 like concat('%',#{check_type_name2},'%')
- and check_type_name3 like concat('%',#{check_type_name3},'%')
- and check_type_name4 like concat('%',#{check_type_name4},'%')
- and check_type_name5 like concat('%',#{check_type_name5},'%')
- and check_type_name6 like concat('%',#{check_type_name6},'%')
- and check_type_name7 like concat('%',#{check_type_name7},'%')
- and check_type_name8 like concat('%',#{check_type_name8},'%')
- and org_code like concat('%',#{org_code},'%')
- and org_name like concat('%',#{org_name},'%')
- and branch_code like concat('%',#{branch_code},'%')
- and branch_name like concat('%',#{branch_name},'%')
+ and acct_year like '%${acct_year}%'
+ and acct_subj_code like '%${acct_subj_code}%'
+ and acct_subj_name like '%${acct_subj_name}%'
+ and supper_code like '%${supper_code}%'
+ and subj_level like '%${subj_level}%'
+ and is_last like '%${is_last}%'
+ and subj_type_code like '%${subj_type_code}%'
+ and subj_type_name like '%${subj_type_name}%'
+ and direction like '%${direction}%'
+ and is_cash like '%${is_cash}%'
+ and subj_nature_code like '%${subj_nature_code}%'
+ and is_check like '%${is_check}%'
+ and is_stop like '%${is_stop}%'
+ and budg_subj_code like '%${budg_subj_code}%'
+ and budg_subj_name like '%${budg_subj_name}%'
+ and check_type_name1 like '%${check_type_name1}%'
+ and check_type_name2 like '%${check_type_name2}%'
+ and check_type_name3 like '%${check_type_name3}%'
+ and check_type_name4 like '%${check_type_name4}%'
+ and check_type_name5 like '%${check_type_name5}%'
+ and check_type_name6 like '%${check_type_name6}%'
+ and check_type_name7 like '%${check_type_name7}%'
+ and check_type_name8 like '%${check_type_name8}%'
+ and org_code like '%${org_code}%'
+ and org_name like '%${org_name}%'
+ and branch_code like '%${branch_code}%'
+ and branch_name like '%${branch_name}%'
diff --git a/service/src/main/java/com/hzya/frame/xsFinance/dictCheckType/entity/DictCheckTypeEntity.xml b/service/src/main/java/com/hzya/frame/xsFinance/dictCheckType/entity/DictCheckTypeEntity.xml
index 386bc405..33858244 100644
--- a/service/src/main/java/com/hzya/frame/xsFinance/dictCheckType/entity/DictCheckTypeEntity.xml
+++ b/service/src/main/java/com/hzya/frame/xsFinance/dictCheckType/entity/DictCheckTypeEntity.xml
@@ -91,12 +91,12 @@
from dict_check_type
- and check_type_code like concat('%',#{check_type_code},'%')
- and check_type_name like concat('%',#{check_type_name},'%')
- and org_code like concat('%',#{org_code},'%')
- and org_name like concat('%',#{org_name},'%')
- and branch_code like concat('%',#{branch_code},'%')
- and branch_name like concat('%',#{branch_name},'%')
+ and check_type_code like '%${check_type_code}%'
+ and check_type_name like '%${check_type_name}%'
+ and org_code like '%${org_code}%'
+ and org_name like '%${org_name}%'
+ and branch_code like '%${branch_code}%'
+ and branch_name like '%${branch_name}%'