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