|
@@ -750,7 +750,7 @@ func userbase() {
|
|
|
INNER JOIN dwd_f_userbase_baseinfo b ON
|
|
|
b.status= 1
|
|
|
and (b.s_platform != 'xcx' or b.s_sourceid='jyzbw' or b.s_platform is NULL)
|
|
|
- AND a.phone = b.phone and a.baseinfo_id= b.uid and a.source ="0101"
|
|
|
+ AND a.phone = b.phone and a.baseinfo_id= b.uid and b.source ="0101"
|
|
|
and a.phone is not NULL
|
|
|
and a.createtime >="%s"
|
|
|
and a.createtime <"%s"
|