|
|
|
@ -33,6 +33,7 @@
|
|
|
|
|
from privilage_cp_user_store pcus ,privilage_cp_user pcu
|
|
|
|
|
where pcus.cp_user_id = pcu.id and pcu.status in (1,4)
|
|
|
|
|
and pcus.store_id = #{storeId}
|
|
|
|
|
order by pcus.id asc
|
|
|
|
|
limit 1
|
|
|
|
|
</select>
|
|
|
|
|
<select id="selectCpUserIdsByStoreIds" resultType="java.lang.String">
|
|
|
|
|