管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2024-09-07 8d7a67ab1d635cb954337d8a767878ae526dd3dc
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);
            }
        }