From 7ce85c6e80f5bc419f51d04a71eebe42c82e12df Mon Sep 17 00:00:00 2001 From: cuizhibin Date: Tue, 12 Aug 2025 10:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C-=E4=BF=AE=E5=A4=8D=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/main/resources/mapper/ContractMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/mapper/ContractMapper.xml b/core/src/main/resources/mapper/ContractMapper.xml index aa7b0b0..0442042 100644 --- a/core/src/main/resources/mapper/ContractMapper.xml +++ b/core/src/main/resources/mapper/ContractMapper.xml @@ -6,7 +6,7 @@ a.contract_id, a.customer, a.code, a.project_name, a.salesperson_id, a.department_id, a.sign_date, a.duration, a.type, a.product_service, a.payment_date, a.payment_address, - a.amount, a.account_number, a.notes, a.contract_status, + a.amount, a.account_number, a.notes, a.contract_status, a.contract_text, a.create_time, a.create_by, a.update_time, a.update_by @@ -55,8 +55,8 @@ and a.account_number like concat ('%', #{accountNumber}, '%') - - and a.notes = #{notes} + + and a.notes like concat ('%', #{notes}, '%') and a.contract_status like concat ('%', #{contractStatus}, '%')