Browse Source

相同推荐指数 按照时间倒叙

xingzai 3 years ago
parent
commit
dadfb711ab
1 changed files with 1 additions and 1 deletions
  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 {