重寫信眾編號程式

This commit is contained in:
2025-09-10 00:21:47 +08:00
parent e6c6b1f43f
commit 05a7cc3e9b
4 changed files with 78 additions and 65 deletions

View File

@@ -8,5 +8,5 @@ using System.Web;
/// </summary>
public static class GlobalVariables
{
public static readonly object FNumberLock = new object();
// FNumberLock 已移除,因為改用資料庫直接取號,不再需要 Application 狀態鎖定
}