|
|
|
@ -4,6 +4,6 @@
|
|
|
|
|
|
|
|
|
|
<select id="selectRegionShop" resultType="com.kiisoo.ic.store.entity.PoiStore">
|
|
|
|
|
select t1.id,t1.name,t1.type,t1.code from poi_store t1, poi_store_region t2
|
|
|
|
|
where t1.id = t2.store_id and t2.id = #{regionId}
|
|
|
|
|
where t1.id = t2.store_id and t2.region_id = #{regionId}
|
|
|
|
|
</select>
|
|
|
|
|
</mapper>
|
|
|
|
|