添加招商小程序关于公海私海判断
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
a.username AS customername,
|
a.username AS customername,
|
||||||
a.mobile AS customermobile,
|
a.mobile AS customermobile,
|
||||||
d.`name` AS followname,
|
d.`name` AS followname,
|
||||||
d.mobile AS followmobile,
|
d.mobile AS followmobile,b.line_status as lineStatus,
|
||||||
c.channel_id AS channelId ,ifnull(tl_l.followCount,0) as followCount
|
c.channel_id AS channelId ,ifnull(tl_l.followCount,0) as followCount
|
||||||
FROM
|
FROM
|
||||||
hy_partner_user_info a
|
hy_partner_user_info a
|
||||||
|
|||||||
@@ -20,4 +20,6 @@ public class SyncEcCustomerDO {
|
|||||||
private Integer channelId;
|
private Integer channelId;
|
||||||
|
|
||||||
private Integer followCount;
|
private Integer followCount;
|
||||||
|
|
||||||
|
private Integer lineStatus;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user