gaobingyue %!s(int64=5) %!d(string=před) roky
rodič
revize
68d9b448f4

+ 2 - 2
codegit/CallCenterApi/CallCenterApi.DAL/T_Sys_ATheChangeLog.cs

@@ -63,9 +63,9 @@ namespace CallCenterApi.DAL
63 63
 			StringBuilder strSql=new StringBuilder();
64 64
 			strSql.Append("insert into T_Sys_ATheChangeLog(");
65 65
 			strSql.Append(@"F_CreateUserId,F_CreateUserName,F_CreateDate,
66
-               F_deptid,F_deptname,F_type,F_CustomerId,F_Memo)");
66
+               F_deptid,F_deptname,F_type,F_CustomerId,F_Memo,F_Bdeptid,F_Bdeptname)");
67 67
 			strSql.Append(" values (");
68
-			strSql.Append(@"@F_CreateUserId,@F_CreateUserName,@F_CreateDate,@F_deptid,@F_deptname,@F_type,@F_CustomerId,@F_Memo)");
68
+			strSql.Append(@"@F_CreateUserId,@F_CreateUserName,@F_CreateDate,@F_deptid,@F_deptname,@F_type,@F_CustomerId,@F_Memo,@F_Bdeptid,@F_Bdeptname)");
69 69
             strSql.Append(";select @@IDENTITY");
70 70
 			SqlParameter[] parameters = {
71 71
                       new SqlParameter("@F_CreateUserId", SqlDbType.Int,4),

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/CallInScreenController.cs

@@ -18,7 +18,7 @@ namespace CallCenterApi.Interface.Controllers.tel
18 18
         /// 添加黑名单
19 19
         /// </summary>
20 20
         /// <returns></returns>
21
-        public ActionResult AddBlack(string tel,string callid, int n=0, int type=0)
21
+        public ActionResult AddBlack(string tel,string callid, int num= 0, int type=0)
22 22
         {
23 23
 
24 24
             if (!Request.IsAuthenticated)