hutongqing
2024-11-22 85458565e09bda1044d19b13d0b1ffb7ab576857
代码管理/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
            };