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