fix
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user