md
This commit is contained in:
parent
8ffc69cd7e
commit
a8bb9082cf
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user