请求波司登获取数据·

master
yechenhao 6 years ago
parent a6cbba8a9c
commit ab50450168

@ -30,4 +30,9 @@ public class StaffDO {
* *
*/ */
private Integer newCusNum; private Integer newCusNum;
/**
*
*/
private String url;
} }

@ -341,6 +341,7 @@
SELECT SELECT
DISTINCT DISTINCT
t1.id as id, t1.id as id,
IFNULL(t1.avatar,'') as url,
t2.NAME AS staffName t2.NAME AS staffName
FROM FROM
poi_store_staff t1, poi_store_staff t1,

Loading…
Cancel
Save