From 4da42c12efde190b208f18b7dd51d3e89986837d Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 07 四月 2025 11:19:16 +0800
Subject: [PATCH] 代码逻辑优化

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs"
index 6e4397e..e179af6 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs"
@@ -11,6 +11,7 @@
 using System.IO;
 using WIDESEA_Model.Models;
 using System;
+using WIDESEA_Core.Log;
 
 namespace WIDESEA_WMSServer.Controllers
 {
@@ -83,7 +84,10 @@
             {
                 string versionPDA = AppSettings.Configuration["PDAVersion"];
                 if (Convert.ToInt32(versionPDA) > Convert.ToInt32(version))
+                {
+                    WriteLog.Info($"鎴愬姛").Write($"鎴愬姛", $"鎴愬姛");
                     return WebResponseContent.Instance.OK(data: true);
+                }
                 else return WebResponseContent.Instance.OK(data: false);
             }
             catch (Exception ex)

--
Gitblit v1.9.3