zhoufan %!s(int64=4) %!d(string=hace) años
padre
commit
9fa19bdafd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
                 {