Explorar el Código

渠道做活处理

WH01243 hace 1 mes
padre
commit
6398cae946
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      clueSync/everything.go

+ 1 - 1
clueSync/everything.go

@@ -38,7 +38,7 @@ func everythingSync() {
 	if data != nil && *data != nil && len(*data) > 0 {
 		everythingSyncHandle(data, true)
 	}
-	sql = fmt.Sprintf(`select * from user_source where channel_code in (%s) and ishandle=1  order by create_time asc`, strings.Join(codeArr, ","), lastEverythingTime)
+	sql = fmt.Sprintf(`select * from user_source where channel_code in (%s) and ishandle=1  order by create_time asc`, strings.Join(codeArr, ","))
 	log.Println("三方渠道数据定时任务开始1", sql)
 	data = ThirdParty.SelectBySql(sql)
 	if data != nil && *data != nil && len(*data) > 0 {