yusijie
2022-12-26 e76b1ea33c510c75064f4f9a993ffd2564fca115
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