门店号管理

dev_0531
LegnaYet 6 years ago
parent d53abf7c4c
commit e6de97c4af

@ -11,7 +11,7 @@
limit 1
</select>
<select id="selectStoreIdByUserId" resultType="java.lang.Long">
SELECT store_id from poi_store_staff where user_id = #{userId}
SELECT store_id from poi_store_staff where user_id = #{userId} limit 1
</select>
<select id="selecctRoleByUserId" resultType="com.kiisoo.ic.system.entity.PrivilageRoleDO">
select t2.*

Loading…
Cancel
Save