This commit is contained in:
linfso 2024-04-15 18:18:38 +08:00
parent 8ffc69cd7e
commit a8bb9082cf

View File

@ -37,7 +37,7 @@
<include refid="selectEmisRegionVo"/>
<where>
<if test="id != null "> and id = #{id}</if>
<if test="regionCode != null and regionCode != ''"> and region_code like concat('%', #{regionCode}, '%')</if>
<if test="regionCode != null and regionCode != ''"> and region_code=#{regionCode}</if>
<if test="regionName != null and regionName != ''"> and region_name like concat('%', #{regionName}, '%')</if>
<if test="regionNameEn != null and regionNameEn != ''"> and region_name_en like concat('%', #{regionNameEn}, '%')</if>
<if test="regionType != null "> and region_type = #{regionType}</if>