@ -30,4 +30,9 @@ public class StaffDO {
* 新增客户数
*/
private Integer newCusNum;
/**
* 导购头像
private String url;
}
@ -341,6 +341,7 @@
SELECT
DISTINCT
t1.id as id,
IFNULL(t1.avatar,'') as url,
t2.NAME AS staffName
FROM
poi_store_staff t1,