|
@@ -543,7 +543,7 @@ func UpdateCygxRaiServeBillByCompanyIds() (err error) {
|
|
|
|
|
|
//文章阅读记录内容
|
|
|
{
|
|
|
- listArticleRecord, e := models.GetCygxArticleHistoryRecordAllListNoLimit(condition+" GROUP BY user_id, article_id ORDER BY create_time ASC ", pars)
|
|
|
+ listArticleRecord, e := models.GetCygxArticleHistoryRecordAllListNoLimit(condition+" GROUP BY art.user_id, art.article_id ORDER BY art.create_time ASC ", pars)
|
|
|
if e != nil {
|
|
|
err = errors.New("GetCygxArticleHistoryRecordAllListNoLimit, Err: " + e.Error())
|
|
|
return
|