浏览代码

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

王浩 1 月之前
父节点
当前提交
e3709a60ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"