yangle
2023-03-03 c2a9a460e38c7c196fe98a94e29e6330eac3626f
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