@@ -812,6 +812,7 @@ func (this *ResearchController) ArticleNewList() {
SpecialTags: v.SpecialTags,
UserId: v.UserId,
List: v.List,
+ TopTime: v.TopTime,
}
if v.ArticleTypeId == -1 {
item.ArticleTypeName = utils.CYGX_YANXUAN_SPECIAL
@@ -667,6 +667,7 @@ type ArticleResearchResp struct {
SpecialTags string `description:"研选专栏标签"`
UserId int `description:"作者id"`
List []*IndustrialManagementResp `description:"产业列表"`
+ TopTime int `description:"置顶时间"`
// 获取我的日程数量