|
@@ -218,7 +218,7 @@ WHERE
|
|
AND a.classify_id_first = ?
|
|
AND a.classify_id_first = ?
|
|
and ru.report_layout in (1,2)
|
|
and ru.report_layout in (1,2)
|
|
ORDER BY
|
|
ORDER BY
|
|
- publish_time DESC `
|
|
|
|
|
|
+ a.publish_time DESC `
|
|
err = global.MYSQL["rddp"].Raw(sql, minClassifyId).First(&items).Error
|
|
err = global.MYSQL["rddp"].Raw(sql, minClassifyId).First(&items).Error
|
|
|
|
|
|
return
|
|
return
|