WH01243 пре 1 месец
родитељ
комит
6398cae946
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {