代码管理/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)