|
@@ -328,7 +328,7 @@ func GetNextInfo(_id string, keyWord ...string) (lastId, nextId string) {
|
|
if tv, _ := (*doc)[t].(string); tv != "" {
|
|
if tv, _ := (*doc)[t].(string); tv != "" {
|
|
@@ -338,6 +338,7 @@ func GetNextInfo(_id string, keyWord ...string) (lastId, nextId string) {
|
|
dataOn, ok := mongodb.Find("content", commonQuery, `{"releasetime":-1,"l_createdate":-1}`, `{"_id":1,"i_viewnum":1,releasetime":-1,"l_createdate":1}`, false, -1, -1)
|
|
dataOn, ok := mongodb.Find("content", commonQuery, `{"releasetime":-1,"l_createdate":-1}`, `{"_id":1,"i_viewnum":1,releasetime":-1,"l_createdate":1}`, false, -1, -1)
|