Roc 7 месяцев назад
Родитель
Сommit
3048780d64
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      controller/english_report/english_report.go

+ 1 - 1
controller/english_report/english_report.go

@@ -462,7 +462,7 @@ func (er *EnglishReportController) Detail(c *gin.Context) {
 		obj := business_conf.BusinessConf{}
 		conf, e := obj.GetBusinessConf()
 		if e != nil {
-			resp.FailMsg("获取失败", "获取免责声明失败,Err:"+err.Error(), c)
+			resp.FailMsg("获取失败", "获取免责声明失败,Err:"+e.Error(), c)
 			return
 		}