@@ -241,7 +241,7 @@ func (this *ReportSelectionController) ClickHistory() {
br.ErrMsg = "文章不存在,文章ID错误"
return
}
- if req.IndustrialSubjectId+req.IndustrialManagementId <= 0 {
+ if req.IndustrialSubjectId+req.IndustrialManagementId+req.ThirdId <= 0 {
br.Msg = "标的ID不存在"
br.ErrMsg = "产业或标的ID不存在"