Browse Source

no message

xingzai 2 years ago
parent
commit
36ea1d8695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/research.go

+ 1 - 1
controllers/research.go

@@ -288,7 +288,7 @@ func (this *ResearchController) KolList() {
 	}
 
 	if themeType == 2 {
-		conditionOrder = `ORDER BY publish_date DESC , last_updated_time  DESC `
+		conditionOrder = `ORDER BY publish_date DESC  `
 	} else {
 		conditionOrder = `ORDER BY sum_num DESC `
 	}