From 94fe3d8c8489a210a57a5e246b1dfab783ee044e Mon Sep 17 00:00:00 2001 From: A0010407 Date: Wed, 27 Sep 2023 18:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../op-wms/src/main/resources/mapper/wms/BaseSupplierMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-modules/op-wms/src/main/resources/mapper/wms/BaseSupplierMapper.xml b/op-modules/op-wms/src/main/resources/mapper/wms/BaseSupplierMapper.xml index 55013633..4a43f773 100644 --- a/op-modules/op-wms/src/main/resources/mapper/wms/BaseSupplierMapper.xml +++ b/op-modules/op-wms/src/main/resources/mapper/wms/BaseSupplierMapper.xml @@ -54,7 +54,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and address = #{address} and postcode = #{postcode} and contact like concat('%', #{contact}, '%') - and contact_phone = #{contactPhone} + and contact_phone like concat('%', #{contactPhone}, '%') and contact_position = #{contactPosition} and contact_email = #{contactEmail} and active_flag = #{activeFlag}