瀏覽代碼

Merge branch 'master' of http://192.168.1.222:3000/duhongyu/Anyang_api

duhongyu 4 年之前
父節點
當前提交
f898738077
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
                 {