diff --git a/emis-biz/src/main/resources/mapper/EmisSupplierMapper.xml b/emis-biz/src/main/resources/mapper/EmisSupplierMapper.xml index 68f54cda9..32b439ebb 100644 --- a/emis-biz/src/main/resources/mapper/EmisSupplierMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSupplierMapper.xml @@ -37,7 +37,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" del_flag='0' and id = #{id} - and code like concat('%', #{code}, '%') + and FIND_IN_SET(code,#{code}) and name like concat('%', #{name}, '%') and name_en like concat('%', #{nameEn}, '%') and settled_type=#{settledType}