|
@@ -250,9 +250,9 @@ func (this *ReportSelectionController) ClickHistory() {
|
|
br.ErrMsg = "文章不存在,文章ID错误"
|
|
br.ErrMsg = "文章不存在,文章ID错误"
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if req.IndustrialSubjectId <= 0 {
|
|
|
|
|
|
+ if req.IndustrialSubjectId+req.IndustrialManagementId <= 0 {
|
|
br.Msg = "标的ID不存在"
|
|
br.Msg = "标的ID不存在"
|
|
- br.ErrMsg = "标的ID不存在,标的ID错误"
|
|
|
|
|
|
+ br.ErrMsg = "产业或标的ID不存在"
|
|
return
|
|
return
|
|
}
|
|
}
|
|
item := models.CygxReportSelectionSubjectHistory{
|
|
item := models.CygxReportSelectionSubjectHistory{
|