|
@@ -256,7 +256,7 @@ func (this *ProjectFollow) GetProjectDetailBySid(sid string) (res map[string]int
|
|
|
thisList := []map[string]interface{}{}
|
|
|
tmpList, ok := finalDate["list"].([]interface{})
|
|
|
if ok && len(tmpList) > 0 {
|
|
|
- for i := len(qutil.ObjArrToMapArr(tmpList)) - 1; i > 0; i-- {
|
|
|
+ for i := len(qutil.ObjArrToMapArr(tmpList)) - 1; i >= 0; i-- {
|
|
|
if len(thisList) >= 50 {
|
|
|
break
|
|
|
}
|