|
@@ -6757,7 +6757,7 @@ func (this *EdbInfoController) ChartImageSetBySvg() {
|
|
|
br.Ret = 408
|
|
|
return
|
|
|
}
|
|
|
- NotBackendGenerate,_ := this.GetBool("BackendGenerate",false)
|
|
|
+ NotBackendGenerate,_ := this.GetBool("NotBackendGenerate",false)
|
|
|
imgData := this.GetString("Img")
|
|
|
if imgData == "" {
|
|
|
br.Msg = "图片参数错误"
|