@@ -770,7 +770,7 @@ func userbase() {
dwd_f_userbase_contacts a
INNER JOIN dwd_f_userbase_baseinfo b ON
b.status= 1
- AND a.phone = b.phone and a.source ="0101"
+ AND a.phone = b.phone and a.baseinfo_id= b.uid and a.source ="0101"
and a.phone is not NULL
and a.createtime >="%s"
and a.createtime <"%s"