管道基础大数据平台系统开发-【CS】-ExportMap
11
13693261870
2024-09-03 e05f48fc7ba368d3561d8702b18d65ee021b1ae2
ExportMap/Controllers/ExportController.cs
@@ -1,5 +1,5 @@
using ExportMap.cs;
using LFServer.Models;
using ExportMap.Models;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -40,7 +40,7 @@
            }
            catch (Exception ex)
            {
                LogOut.Error(ex.StackTrace);
                LogOut.Error(ex.Message + "\r\n" + ex.StackTrace);
                return ResponseMsg<string>.fail(ex.Message);
            }
        }