Ver Código Fonte

用户删除

duhongyu 5 anos atrás
pai
commit
e2c1651b5c

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

@@ -48,9 +48,9 @@ namespace CallCenterApi.BLL
48 48
         /// <summary>
49 49
         /// 删除一条数据
50 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 56
         /// <summary>