From 2d0ff2b8f041ceba96944c9ec8285feeb4e3a19c Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 15 May 2024 20:35:32 +0800 Subject: [PATCH] md --- .../resources/mapper/EmisCustomerUserMapper.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml b/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml index 4efc1deb9..679c6eb71 100644 --- a/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml @@ -100,21 +100,22 @@ del_flag='0' - + and owner_site=#{ownerSite} - and id = #{id} and customer_code like concat('%', #{customerCode}, '%') and customer_name like concat('%', #{customerName}, '%') and customer_name_en like concat('%', #{customerNameEn}, '%') and simple_name like concat('%', #{simpleName}, '%') + and contact like concat('%', #{contact}, '%') and phone like concat('%', #{phone}, '%') and mobile like concat('%', #{mobile}, '%') and customer_type like concat('%', #{customerType}, '%') and settled_type like concat('%', #{settledType}, '%') and user_type like concat('%', #{userType}, '%') and company like concat('%', #{company}, '%') + and lic_no like concat('%', #{licNo}, '%') and dept_id like concat('%', #{deptId}, '%') and avatar like concat('%', #{avatar}, '%') and sex like concat('%', #{sex}, '%') @@ -127,7 +128,6 @@ and monthly_pay_code like concat('%', #{monthlyPayCode}, '%') and user_name like concat('%', #{userName}, '%') and password like concat('%', #{password}, '%') - and biz_site like concat('%', #{bizSite}, '%') and biz_site_name like concat('%', #{bizSiteName}, '%') and country like concat('%', #{country}, '%') @@ -137,13 +137,7 @@ and town like concat('%', #{town}, '%') and address like concat('%', #{address}, '%') and email like concat('%', #{email}, '%') - and send_country like concat('%', #{sendCountry}, '%') - and send_province like concat('%', #{sendProvince}, '%') - and send_city like concat('%', #{sendCity}, '%') - and send_county like concat('%', #{sendCounty}, '%') - and send_town like concat('%', #{sendTown}, '%') and post_code like concat('%', #{postCode}, '%') - and status like concat('%', #{status}, '%') and real_name like concat('%', #{realName}, '%') and id_no like concat('%', #{idNo}, '%') and payee like concat('%', #{payee}, '%') @@ -152,6 +146,8 @@ and bl_open_oms like concat('%', #{blOpenOms}, '%') and bl_sms like concat('%', #{blSms}, '%') and op_emp_code like concat('%', #{opEmpCode}, '%') + and first_signing_day like concat('%', #{firstSigningDay}, '%') + and status like concat('%', #{status}, '%') and order_num like concat('%', #{orderNum}, '%') and remark like concat('%', #{remark}, '%') and del_flag like concat('%', #{delFlag}, '%')