瀏覽代碼

人员选择处理

WH01243 11 月之前
父節點
當前提交
628b875a1c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      clueSync/jobutil.go

+ 0 - 1
clueSync/jobutil.go

@@ -1334,7 +1334,6 @@ func rebind() {
 		return
 	}
 	rebindTimeEnd := cfg.RebindTime
-	rebindTimeEnd = "2024-08-27 16:10:10"
 	sql := fmt.Sprintf(`select * from freeClubSign where sub_again_date > "%s" order by  sub_again_date asc`, rebindTimeEnd)
 	data := BiService.SelectBySql(sql)
 	if data != nil && *data != nil && len(*data) > 0 {