|
@@ -387,10 +387,11 @@ func (this *ReportController) ArticleCategoryList() {
|
|
|
count, err := models.GetTimeLineRecordCount(user.UserId, industrialManagementId, time.Now().Format(utils.FormatDate))
|
|
|
for _, v := range timeLineList {
|
|
|
if v.Readnum == 0 && user.CreatedTime.Before(utils.StrTimeToTime(v.PublishTime)) && utils.StrTimeToTime(utils.OnlineTime).Before(utils.StrTimeToTime(v.PublishTime)) {
|
|
|
- timeLineItem.IsRed = true
|
|
|
if v.SubCategoryName == "时间线" {
|
|
|
haveMorningMeeting = true
|
|
|
+ continue
|
|
|
}
|
|
|
+ timeLineItem.IsRed = true
|
|
|
}
|
|
|
}
|
|
|
|