|
@@ -53,7 +53,7 @@ func GetReportDailyList(startSize, pageSize int) (items []*ReportList, err error
|
|
|
CASE WHEN DATE(a.publish_time)=DATE(NOW()) THEN 1 ELSE 0 END AS is_current_date
|
|
|
FROM report AS a
|
|
|
INNER JOIN classify AS b ON a.classify_id_second=b.id
|
|
|
- WHERE (a.state=2 OR a.state=6) AND DATE(a.modify_time)=DATE(NOW()) AND a.classify_id_second IN (
|
|
|
+ WHERE (a.state=2 OR a.state=6) AND DATE(a.publish_time)=DATE(NOW()) AND a.classify_id_second IN (
|
|
|
SELECT DISTINCT classify_id
|
|
|
FROM chart_permission_search_key_word_mapping
|
|
|
)
|