|
@@ -23,7 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectSysRegionByNameLike" parameterType="string" resultMap="SysRegionResult">
|
|
<select id="selectSysRegionByNameLike" parameterType="string" resultMap="SysRegionResult">
|
|
- select area_id,name,pid from china_area where name like concat('%', #{name}, '%') and pid like '%340882%'
|
|
|
|
|
|
+ select area_id,name,pid from china_area where name like concat(#{name}, '%') and pid like '340882%'
|
|
</select>
|
|
</select>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|