fix
This commit is contained in:
@@ -206,6 +206,6 @@
|
|||||||
</update>
|
</update>
|
||||||
|
|
||||||
<select id="getSubRegionIds" resultType="string">
|
<select id="getSubRegionIds" resultType="string">
|
||||||
select region_id from region where deleted = 0 and <foreach collection="regionPathList" item="regionPath" open="(" close=")" separator="or"> region_path like (#{regionPath, '%'})</foreach>
|
select region_id from region where deleted = 0 and <foreach collection="regionPathList" item="regionPath" open="(" close=")" separator="or"> region_path like concat(#{regionPath, '%'})</foreach>
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user