|
@@ -258,7 +258,7 @@ func (this *PptV2Controller) ReportList() {
|
|
|
br.ErrMsg = fmt.Sprintf("获取PPT总数失败, %v", e)
|
|
|
return
|
|
|
}
|
|
|
- list, e := pptOb.GetPageItemsByCondition(cond, pars, models.PptReportQueryFields, "", startSize, pageSize)
|
|
|
+ list, e := pptOb.GetPageItemsByCondition(cond, pars, models.PptReportQueryFields, "modify_time DESC", startSize, pageSize)
|
|
|
if e != nil {
|
|
|
br.Msg = "获取失败"
|
|
|
br.ErrMsg = fmt.Sprintf("获取PPT失败, %v", e)
|