管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-01-16 955227562285dd86e4356fbfbe9d9250d65436a3
ExportMap/Controllers/ExportController.cs
@@ -34,7 +34,7 @@
                string imgPath = ExportUtil.Generate(args, ref err);
                if (string.IsNullOrEmpty(imgPath))
                {
                    return ResponseMsg<string>.fail(err);
                    return ResponseMsg<string>.fail(null == err ? "生成失败" : err);
                }
                return ResponseMsg<string>.success("成功", imgPath);