|
@@ -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 {
|