duhongyu %!s(int64=5) %!d(string=hace) años
padre
commit
e2c1651b5c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      codegit/CallCenterApi/CallCenterApi.BLL/T_Bus_WorkOrder.cs

+ 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>