Explorar o código

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

xingzai %!s(int64=3) %!d(string=hai) anos
pai
achega
dadfb711ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {