This commit is contained in:
shuo.wang
2025-07-16 17:33:00 +08:00
parent 8e498b56b4
commit d94f81cb0c

View File

@@ -427,7 +427,6 @@
where deleted = 0 where deleted = 0
and parent_id = #{regionId} and parent_id = #{regionId}
and region_type = #{regionType} and region_type = #{regionType}
limit 1
</select> </select>
<select id="getRegionByNameListAndIsPath" resultType="com.cool.store.entity.RegionDO"> <select id="getRegionByNameListAndIsPath" resultType="com.cool.store.entity.RegionDO">
select <include refid="fields"/> select <include refid="fields"/>