Explorar o código

Merge branch 'dev_v1.5.36.3_wh' of jianyu/datatools into hotfix/v1.5.36.3

王浩 hai 1 mes
pai
achega
e3709a60ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"