|
@@ -906,7 +906,7 @@ func (this *UserController) CollectList() {
|
|
|
list[i].DepartmentId = article.DepartmentId
|
|
|
list[i].NickName = article.NickName
|
|
|
list[i].PublishDate = article.PublishDate
|
|
|
- if article.ArticleTypeId < 0 {
|
|
|
+ if article.ArticleTypeId == 0 {
|
|
|
list[i].Source = 1
|
|
|
} else {
|
|
|
list[i].Source = 2
|