qin
2025-03-14 ef1fc8b0eeea6972964d8c62dfef7819bea49d1a
Desktop/HStation.DeskTop.Xhs.Main/Program.cs
@@ -62,7 +62,9 @@
                if (!loginHelper.Login())
                    return;
                var result = HStation.Service.Organize.DbFirstHelper.Initial(out string msg);
                var result_phart = HStation.Service.Phart.DbFirstHelper.Initial(out msg);
                Yw.BLL.AuthDbFirstHelper authDbFirstHelper = new Yw.BLL.AuthDbFirstHelper();
                authDbFirstHelper.Initial();
                //  var result_phart = HStation.Service.Phart.DbFirstHelper.Initial(out msg);
                Application.Run(new GuideMain());
            }
        }
@@ -87,6 +89,7 @@
            Yw.LogHelper.Error("系统出现未知异常,ERROR:255", ex);
            MessageBox.Show($"系统出现未知异常,请重启系统!\r\n{ex.Message}");
        }
        public class XtraMessBoxClass : Localizer
        {
@@ -120,5 +123,9 @@
                }
            }
        }
    }
}