wangxinhui
2025-01-10 741cc4cde8bc475366891e795988a11153eae07c
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/Seed/DBContext.cs
@@ -25,7 +25,7 @@
        {
            MutiDBOperate mainDb = new MutiDBOperate()
            {
                Connection = AppSettings.app(MainDb.ConnectionString).DecryptDES(AppSecret.DB),
                Connection = AppSettings.Get(MainDb.ConnectionString).DecryptDES(AppSecret.DB),
                ConnId = MainDb.CurrentDbConnId,
                DbType = DataBaseType.SqlServer
            };