@ -3,8 +3,9 @@
<mapper namespace="com.kiisoo.ic.store.mapper.PoiStoreStaffDOMapper">
<select id="selectAllShopId" resultType="java.lang.Long">
select store_id
from poi_store_staff
select id
from poi_store
where status = 1
</select>
<select id="selectByUserId" resultType="java.lang.Long">
select store_id from poi_store_staff where user_id = #{userId}