|
@@ -610,6 +610,15 @@ func (this *ReportController) RecentList() {
|
|
|
}
|
|
|
classifyIds = append(classifyIds, reportClassifyId)
|
|
|
}
|
|
|
+ if len(classifyIds) == 0 {
|
|
|
+ tmp := response.ReportResp[response.ReportList]{}
|
|
|
+ br.Data = tmp
|
|
|
+ br.Msg = "查询成功"
|
|
|
+ br.Ret = 200
|
|
|
+ br.Success = true
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
classifyResp, err := services.GetFirstChartPermission(classifyIds)
|
|
|
if err != nil {
|
|
|
br.Msg = "研报列表查询失败"
|