我的好友列表接口

master
yechenhao 6 years ago
parent 7e0fa8d863
commit f4fae3a50b

@ -23,4 +23,7 @@ public class PoiStoreStaffDTO extends PoiStoreStaff {
/**备注*/ /**备注*/
private String remark; private String remark;
/**员工id*/
private Long staffId;
} }

@ -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 t2.id, t2.name, t2.mobil, t2.email, t2.address, t2.remark, t2.status,t1.id as staffId
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