删除客户导购关系

dev_0531
yechenhao 5 years ago
parent 61ebdf2934
commit 6050984ee0

@ -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">

Loading…
Cancel
Save