瀏覽代碼

Merge branch 'ETA_1.8.1_V2' into custom

zwxi 9 月之前
父節點
當前提交
2f46bd4e4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/excel.go

+ 1 - 1
controllers/excel.go

@@ -37,7 +37,7 @@ func (this *ExcelController) ExcelDetail()  {
 		br.ErrMsg = "参数解析失败,Err:" + err.Error()
 		br.ErrMsg = "参数解析失败,Err:" + err.Error()
 		return
 		return
 	}
 	}
-	url := fmt.Sprintf(utils.ChartLibUrl+`/excel_info/detail?UniqueCode=%s&FromScene=%s`, req.UniqueCode,req.FromScene )
+	url := fmt.Sprintf(utils.ChartLibUrl+`/excel_info/detail?UniqueCode=%s&FromScene=%d`, req.UniqueCode,req.FromScene )
 
 
 	resp, e := http.Get(url)
 	resp, e := http.Get(url)
 	if e != nil {
 	if e != nil {