|
@@ -17,8 +17,8 @@ type ResearchReportTypeContent struct {
|
|
|
LastUpdatedTime time.Time `json:"last_updated_time" description:"最近一次更新时间"`
|
|
|
}
|
|
|
|
|
|
-//获取研究报告章节详情
|
|
|
-func GetResearchReportTypeContent(researchReportTypeId int) (items []*ResearchReportTypeContent, err error) {
|
|
|
+// GetResearchReportTypeContent 获取研究报告章节详情
|
|
|
+func GetResearchReportTypeContent(researchReportTypeId uint64) (items []*ResearchReportTypeContent, err error) {
|
|
|
sql := `select rrt.research_report_type_title,rrtc.*,rrt.research_report_type_id
|
|
|
from research_report_type rrt
|
|
|
inner join research_report_type_content rrtc on rrtc.research_report_type_id = rrt.research_report_type_id
|