|
@@ -3212,7 +3212,7 @@ func (this *CompanyController) Detail() {
|
|
|
return
|
|
|
}
|
|
|
// cygx8.2专项产业调研展示
|
|
|
- item.SpecialSurplus, err = cygxService.GetSpecialSurplusByCompany(companyId)
|
|
|
+ item.SpecialSurplus, err = cygxService.GetSpecialSurplusByCompanyNew(companyId)
|
|
|
if err != nil {
|
|
|
br.Msg = "获取失败"
|
|
|
br.ErrMsg = "获取专项调研信息失败,Err:" + err.Error()
|
|
@@ -3556,7 +3556,7 @@ func (this *CompanyController) DetailByCreditCode() {
|
|
|
// checkList = append(checkList, n.ChartPermissionId)
|
|
|
//}
|
|
|
}
|
|
|
- item.SpecialSurplus, err = cygxService.GetSpecialSurplusByCompany(companyId)
|
|
|
+ item.SpecialSurplus, err = cygxService.GetSpecialSurplusByCompanyNew(companyId)
|
|
|
if err != nil {
|
|
|
br.Msg = "获取失败"
|
|
|
br.ErrMsg = "获取专项调研信息失败,Err:" + err.Error()
|