|
@@ -405,6 +405,7 @@ type IndustrialManagementHotResp struct {
|
|
IsNew bool `description:"是否新标签"`
|
|
IsNew bool `description:"是否新标签"`
|
|
IsHot bool `description:"是否新标签"`
|
|
IsHot bool `description:"是否新标签"`
|
|
PublishDate string `description:"发布时间"`
|
|
PublishDate string `description:"发布时间"`
|
|
|
|
+ MinReportTime string `description:"报告最早发布时间"`
|
|
ArticleReadNum int `description:"文章阅读数量"`
|
|
ArticleReadNum int `description:"文章阅读数量"`
|
|
Source int `description:"来源 1:弘则资源包(报告)、2:研选主题(报告)"`
|
|
Source int `description:"来源 1:弘则资源包(报告)、2:研选主题(报告)"`
|
|
IndustrialSubjectList []*IndustrialSubject `description:"标的列表"`
|
|
IndustrialSubjectList []*IndustrialSubject `description:"标的列表"`
|
|
@@ -725,6 +726,7 @@ func GetSearchResourceList(condition string, startSize, pageSize int) (items []*
|
|
m.industry_name,
|
|
m.industry_name,
|
|
m.industrial_management_id,
|
|
m.industrial_management_id,
|
|
MAX( a.publish_date ) as publish_date_order,
|
|
MAX( a.publish_date ) as publish_date_order,
|
|
|
|
+ MIN(a.publish_date) AS min_report_time,
|
|
date_format( MAX( a.publish_date ), '%Y-%m-%d' ) AS publish_date
|
|
date_format( MAX( a.publish_date ), '%Y-%m-%d' ) AS publish_date
|
|
FROM
|
|
FROM
|
|
cygx_industrial_management AS m
|
|
cygx_industrial_management AS m
|