yusijie
2024-04-24 85d25ecc7b0c82879da899106f203be503e80210
BLL/系统公用CLS/ClsBaseSelect.cs
@@ -530,7 +530,7 @@
            DAL.ClsGy_Department_View oDept = new DAL.ClsGy_Department_View();
            if (oDept.RefreshView())
            {
                txt.Text = oDept.oModel.HNumber;
                txt.Text = oDept.oModel.HName;
                txt.Tag = oDept.oModel.HItemID.ToString();
            }
            else