|
@@ -55,6 +55,14 @@ type IndustrialAnalyst struct {
|
|
IndustrialManagementId int `description:"产业id"`
|
|
IndustrialManagementId int `description:"产业id"`
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type IndustrialSubject struct {
|
|
|
|
+ IndustrialSubjectId int `orm:"column(industrial_subject_id);pk" description:"标的id"`
|
|
|
|
+ IndustrialManagementId int `description:"产业id"`
|
|
|
|
+ SubjectName string `description:"标的名称"`
|
|
|
|
+ IndustryName string `description:"产业名称"`
|
|
|
|
+ LayoutTime string `description:"产业布局时间"`
|
|
|
|
+}
|
|
|
|
+
|
|
// 获取产业报告数量
|
|
// 获取产业报告数量
|
|
func GetReportIndustrialCount(categoryId, industrialManagementId int) (count int, err error) {
|
|
func GetReportIndustrialCount(categoryId, industrialManagementId int) (count int, err error) {
|
|
o := orm.NewOrm()
|
|
o := orm.NewOrm()
|