|
@@ -225,7 +225,7 @@ func (this *FindRecordStruct) FindJyConsumePackAllRecord() ([]map[string]interfa
|
|
total := util.MQFW.Count(jyCC, query)
|
|
total := util.MQFW.Count(jyCC, query)
|
|
//当月
|
|
//当月
|
|
query["s_month"] = this.QueryTime
|
|
query["s_month"] = this.QueryTime
|
|
- list, ok := util.MQFW.Find(jyCC, query, `{"l_updateDate":-1,"l_date":-1}`, `{"s_id":1,"s_fileName":1,"s_downUrl":1,"l_date":1,"s_title":1}`, false, (this.Page-1)*this.PageSize, this.PageSize)
|
|
|
|
|
|
+ list, ok := util.MQFW.Find(jyCC, query, `{"l_updateDate":-1,"l_date":-1}`, `{"s_id":1,"s_fileName":1,"s_downUrl":1,"l_date":1,"s_title":1,"l_updateDate":1}`, false, (this.Page-1)*this.PageSize, this.PageSize)
|
|
if ok && list != nil {
|
|
if ok && list != nil {
|
|
if len(*list) >= 1 {
|
|
if len(*list) >= 1 {
|
|
for _, item := range *list {
|
|
for _, item := range *list {
|