推广管理零售公司

master
Caps 6 years ago
parent e58d68167d
commit b7ce416b10

@ -11,7 +11,7 @@
</select> </select>
<select id="selectSellersByShopIds" resultType="com.kiisoo.ic.store.bean.PoiStoreStaffDTO"> <select id="selectSellersByShopIds" resultType="com.kiisoo.ic.store.bean.PoiStoreStaffDTO">
select select
t2.id, t2.name, t2.mobil, t2.email, t2.address, t2.remark, t2.status,t1.id as staffId t2.id, t2.name, t2.mobil, t2.email, t2.address, t2.remark, t2.status,t1.id as staffId,t1.staff_code
from poi_store_staff t1, privilage_user t2 from poi_store_staff t1, privilage_user t2
where t1.user_id = t2.id and where t1.user_id = t2.id and
<choose> <choose>

Loading…
Cancel
Save