Browse Source

用户删除

duhongyu 5 years ago
parent
commit
e2c1651b5c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      codegit/CallCenterApi/CallCenterApi.BLL/T_Bus_WorkOrder.cs

+ 2 - 2
codegit/CallCenterApi/CallCenterApi.BLL/T_Bus_WorkOrder.cs

48
         /// <summary>
48
         /// <summary>
49
         /// 删除一条数据
49
         /// 删除一条数据
50
         /// </summary>
50
         /// </summary>
51
-        public bool DeleteList(string F_Idlist)
51
+        public bool DeleteList(string F_Idlist,string user)
52
         {
52
         {
53
-            return dal.DeleteList(F_Idlist);
53
+            return dal.DeleteList(F_Idlist, user);
54
         }
54
         }
55
 
55
 
56
         /// <summary>
56
         /// <summary>