zhoufan 4 vuotta sitten
vanhempi
commit
9fa19bdafd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      CallCenterApi/CallCenterApi.BLL/T_Sys_UserAccount.cs

+ 1 - 1
CallCenterApi/CallCenterApi.BLL/T_Sys_UserAccount.cs

177
                 var ds = new DataSet();
177
                 var ds = new DataSet();
178
                 if (string.IsNullOrEmpty(strWhere))
178
                 if (string.IsNullOrEmpty(strWhere))
179
                 {
179
                 {
180
-                    ds.Tables.Add(dt);
180
+                    ds.Tables.Add(dt.Copy());
181
                 }
181
                 }
182
                 else
182
                 else
183
                 {
183
                 {