|
@@ -175,7 +175,7 @@ func (m *FMatchUser) Match(followInfos map[string]*FollowInfo) {
|
|
|
|
|
|
//
|
|
|
func (m *FMatchUser) OnceUserBatch(batchIndex int, lastId *string, count *int64) (int, map[string]*FollowInfo) {
|
|
|
- q := `select * from ` + FollowProject
|
|
|
+ q := `select id,s_id,s_userid,l_createtime,l_lastpushtime from ` + FollowProject
|
|
|
if len(Config.TestIds) > 0 {
|
|
|
q += ` where s_userid in ('` + strings.Join(Config.TestIds, "','") + `')`
|
|
|
} else {
|