From ff006f77f6267fc0d2c4ee810d897a85165f5b8f Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 30 四月 2026 22:08:29 +0800
Subject: [PATCH] Merge branch 'xiaoyang' into dev
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/Constants/OutboundTimeConstants.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/Constants/OutboundTimeConstants.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/Constants/OutboundTimeConstants.cs
index b1e0174..fdd7553 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/Constants/OutboundTimeConstants.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/Constants/OutboundTimeConstants.cs
@@ -29,16 +29,16 @@
/// <summary>
/// GW_1棣栨斁鍏ュ簱鏃舵晥锛�24灏忔椂锛�
/// </summary>
- public const int OUTBOUND_HOURS_GW1_FIRST = 24;
+ public const double OUTBOUND_HOURS_GW1_FIRST = 24;
/// <summary>
- /// GW_1浜屾斁鍏ュ簱鏃舵晥锛�24灏忔椂锛�
+ /// GW_1浜屾斁鍏ュ簱鏃舵晥锛�5鍒嗛挓锛�
/// </summary>
- public const int OUTBOUND_HOURS_GW1_SECOND = 24;
+ public const double OUTBOUND_HOURS_GW1_SECOND = 0.05;
/// <summary>
- /// CW_1鍑哄簱鏃舵晥锛�12灏忔椂锛�
+ /// CW_1鍑哄簱鏃舵晥锛�3灏忔椂锛�
/// </summary>
- public const int OUTBOUND_HOURS_CW1 = 12;
+ public const double OUTBOUND_HOURS_CW1 = 3;
}
}
--
Gitblit v1.9.3