Browse Source

绑定手机号来源字段替换

WH01243 1 month ago
parent
commit
7ad6087f0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clueSync/jobutil.go

+ 1 - 1
clueSync/jobutil.go

@@ -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"