فهرست منبع

Merge branch 'cygx_v2' of hongze/hongze_cygx into master

hongze 4 سال پیش
والد
کامیت
12a62c4ec0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -127,7 +127,7 @@ func (this *ReportController) IndustryList() {
 	if orderColumn == "NewTime" {
 		orderSrt = "update_time DESC"
 	} else {
-		orderSrt = "man.recommended_index DESC"
+		orderSrt = "man.recommended_index,update_time DESC"
 	}
 	//全部都是置顶
 	if totalTop >= currentIndex*pageSize {