Browse Source

Merge branch 'clpt_v2.2' of http://8.136.199.33:3000/cxzhang/hongze_clpt

xingzai 2 năm trước cách đây
mục cha
commit
c24489cf2d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      models/article_history_record.go

+ 1 - 1
models/article_history_record.go

@@ -80,7 +80,7 @@ func GetTopReadRecordArticleListByConditionYx(limit int, condition string, pars
 	sql := `SELECT
 	a.article_id,
 	a.title,
-	date_format( a.publish_date, '%Y-%m-%d' ) AS publish_date,
+	a.publish_date,
 	'31' AS chart_permission_id,
 	'买方研选' AS permission_name,
 	COUNT( 1 ) AS pv