Przeglądaj źródła

事务(进程 ID 53)与另一个进程被死锁在 锁 | 通信缓冲区 资源上,并且已被选作死锁牺牲品。请重新运行该事务

lihai 6 lat temu
rodzic
commit
b6debf44f6

+ 122 - 0
IVR_Auto.xml

@@ -0,0 +1,122 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<ivr>
3
+	<flow Name="IVR_Auto" Type="normal" MatchedNum="." MatchedLine="|-1|" Concurrency="1">
4
+		<cell Name="CELL_START" Pos="1" Next="2" Note="开始节点" />
5
+		<!--
6
+			exec P_OptCallRecords 'tel','callid',type,bustype,mydkey,'recfile'
7
+			tel:来电号码%[CallerID]
8
+			callid:中间件定义%[CallID]
9
+			typD:执行类型:1.插入通话记录;2.更新挂机时间;3.更新排队开始时间;4.插入留言;5.更新满意度
10
+			bustypD:业务选择,用于需要有按键选择业务按键值
11
+			mydkey:满意度按键值,1满意,2一般,3不满意
12
+			recfilD:留言的录音文件:%[CallID]_%[CallerID]_%[StartTime].wav
13
+			groupcode:坐席组编号
14
+			插入通话记录示例:exec P_OptCallRecords '%[CallerID]','%[CallID]',1,0,1,'','KFZ' 
15
+		-->
16
+		<cell Name="CELL_BRANCH" Pos="2" Var="CalleeID" DefaultPos="2" Note="首次分支分支节点">
17
+			<Branch Value="8001" Pos="201" /><!--客服组正常流程:黑名单-节假日-坐席排队-->
18
+			<Branch Value="6800" Pos="202" /><!--市场组直接转坐席-->
19
+		</cell>
20
+		<cell Name="CELL_SQL" Pos="201" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr="exec P_OptCallRecords '%[CallerID]','%[CallID]',1,0,'0','','KFZ' " 
21
+		IsSaved="no" SuccessPos="3" FailPos="3" Note="插入通话记录-客服组" />
22
+		<cell Name="CELL_SQL" Pos="202" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr="exec P_OptCallRecords '%[CallerID]','%[CallID]',1,0,'0','','SCZ' " 
23
+		IsSaved="no" SuccessPos="3" FailPos="3" Note="插入通话记录-市场组" />
24
+		<cell Name="CELL_DEFINEVAR" Pos="3" Next="4" Note="定义变量节点">
25
+			<DefVar VarType="1" VarName="AgentNo" VarVal="0" />
26
+			<DefVar VarType="1" VarName="AgentExtNo" VarVal="0" />
27
+			<DefVar VarType="1" VarName="KeyGroup" VarVal="0" /><!--坐席组按键值-->
28
+			<DefVar VarType="1" VarName="GroupID" VarVal="0" /><!--通过坐席组按键值 获取相应的坐席组ID-->
29
+			<DefVar VarType="1" VarName="Key" VarVal="0" />
30
+			<DefVar VarType="1" VarName="BlackListVerify" VarVal="0" />
31
+			<DefVar VarType="1" VarName="HolidayVerify" VarVal="0" />
32
+			<DefVar VarType="1" VarName="zbdh" VarVal="0" />
33
+		</cell>
34
+		<cell Name="CELL_BRANCH" Pos="4" Var="CalleeID" DefaultPos="1010" Note="流程不同分支节点">
35
+			<Branch Value="8001" Pos="104" /><!--客服组正常流程:黑名单-节假日-坐席排队-->
36
+			<Branch Value="6800" Pos="603" /><!--市场组直接转坐席--> 
37
+		</cell>
38
+		<!--黑名单-->
39
+		<cell Name="CELL_SQL" Pos="104" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr="exec P_GetBlacklist  '%[CallerID]','%[CallID]' " IsSaved="yes" SuccessPos="5" FailPos="5" Note="读取黑名单" />
40
+		<cell Name="CELL_RECORDSET" Pos="5" LPos="6" EPos="6" GPos="6" Note="取黑名单结果">
41
+			<Map Var="BlackListVerify" />
42
+		</cell>
43
+		<cell Name="CELL_COMPARE" Pos="6" Data1Type="2" Data2Type="1" Data3Type="1" Data1="BlackListVerify" Data2="0" Data3="" VarType="1" CompareType="2" TruePos="26" FalsePos="8" Note="判断黑名单" />
44
+		<!--黑名单提示音-->
45
+		<cell Name="CELL_AUDIODTMF" Pos="26" PlayType="2" ContentType="1" Content="D:\Midware\wav\黑名单提示音.wav" TTSNumMode="1" TTSSpeed="50" TTSVolume="50" 
46
+		TTSEngine="0" StopWhenDtmf="2" MaxKeyCount="1" KeyPressInterval="3" FinishKey="#" KeyVar="" SuccessPos="25" FailPos="24" HangupPos="24" Note="黑名单提示音" />
47
+		<!--黑名单提示音-->
48
+		<!--黑名单-->
49
+		
50
+		<!--欢迎词-->
51
+		<!-- <cell Name="CELL_AUDIODTMF" Pos="12" PlayType="2" ContentType="1" Content="D:\Midware\wav\欢迎词.wav" TTSNumMode="1" TTSSpeed="50" TTSVolume="50"  TTSEngine="0" StopWhenDtmf="2" MaxKeyCount="1" KeyPressInterval="0" FinishKey="#" KeyVar="" SuccessPos="8" FailPos="24" HangupPos="24" Note="放欢迎词" /> -->
52
+		<!--欢迎词-->
53
+		
54
+		<!--节假日-->
55
+		<!--判断是否加班或节假日,是放节假日音后挂机,否转坐席-->
56
+		<cell Name="CELL_SQL" Pos="8" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr="exec P_GetHolidays" IsSaved="yes" SuccessPos="9" FailPos="603" Note="节假日查询" />
57
+		<cell Name="CELL_RECORDSET" Pos="9" LPos="10" EPos="10" GPos="10" Note="取节假日结果">
58
+			<Map Var="HolidayVerify" />
59
+		</cell>
60
+		<cell Name="CELL_COMPARE" Pos="10" Data1Type="2" Data2Type="1" Data3Type="1" Data1="HolidayVerify" Data2="0" Data3="" VarType="1" CompareType="2" TruePos="603" FalsePos="29" Note="判断节假日" />
61
+		<cell Name="CELL_AUDIODTMF" Pos="11" PlayType="2" ContentType="1" Content="D:\Midware\wav\假期提示音.wav" TTSNumMode="1" TTSSpeed="50" TTSVolume="50" TTSEngine="0" StopWhenDtmf="1" MaxKeyCount="1" KeyPressInterval="3" FinishKey="#" KeyVar="" SuccessPos="24" FailPos="24" HangupPos="24" Note="放节假日音" />
62
+		<!--节假日-->
63
+		
64
+		
65
+		<!--排队,转坐席-->
66
+		<cell Name="CELL_SQL" Pos="603" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr="exec P_GetSeatGroup '%[CallerID]','%[CalleeID]'" 
67
+		IsSaved="yes" SuccessPos="604" FailPos="24" Note="获取坐席组ID" />
68
+		<cell Name="CELL_RECORDSET" Pos="604" LPos="501" EPos="501" GPos="501" Note="获取坐席组ID结果">
69
+			<Map Var="GroupID" />
70
+		</cell>
71
+		
72
+		<cell Name="CELL_SQL" Pos="501" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr=" exec P_OptCallRecords '%[CallerID]','%[CallID]',3,%[KeyGroup],'0','','' " IsSaved="no" SuccessPos="13" FailPos="13" Note="更新排队开始时间" />
73
+		<!--坐席排队时,没有登录坐席直接转值班电话,无空闲坐席转坐席全忙放音,有空闲坐席继续播报-->
74
+		<!--Strategy:座席分配策略,1循环接听、2最大空闲接听、3最少接听接听、4指定坐席接听,指定多座席时,坐席工号之间用‘|’分隔,坐席数不要超过4个。-->
75
+		<cell Name="CELL_BRANCH" Pos="13" Var="CalleeID" DefaultPos="1013" Note="排队分支节点">
76
+			<Branch Value="8001" Pos="1013" /><!--客服组-->
77
+			<Branch Value="6800" Pos="1014" /><!--市场组-->
78
+		</cell>
79
+		
80
+		<cell Name="CELL_QUEUE" Pos="1013" Strategy="1" VipLevelType="1" VipLevel="0" GroupType="2" Group="GroupID" AgentVar="AgentNo" ExtenVar="AgentExtNo" 
81
+		NoAgentPos="29" NoFreePos="14" SuccessPos="31" HangupPos="24" Note="排队节点" />
82
+		<cell Name="CELL_QUEUE" Pos="1014" Strategy="1" VipLevelType="1" VipLevel="0" GroupType="2" Group="GroupID" AgentVar="AgentNo" ExtenVar="AgentExtNo" 
83
+		NoAgentPos="29" NoFreePos="14" SuccessPos="31" HangupPos="24" Note="排队节点-sc" />
84
+		<cell Name="CELL_AUDIODTMF" Pos="1015" PlayType="2" ContentType="1" Content="D:\Midware\wav\嘟嘟无人接听.wav" TTSNumMode="1" TTSSpeed="50" TTSVolume="50" TTSEngine="0" StopWhenDtmf="1" MaxKeyCount="1" KeyPressInterval="3" FinishKey="#" KeyVar="" SuccessPos="24" FailPos="24" HangupPos="24" Note="放节假日音-sc" />
85
+		
86
+		<cell Name="CELL_AUDIODTMF" Pos="14" PlayType="1" ContentType="1" Content="D:\Midware\wav\坐席全忙.wav" TTSNumMode="1" TTSSpeed="50" TTSVolume="50" 
87
+		TTSEngine="0" StopWhenDtmf="1" MaxKeyCount="1" KeyPressInterval="3" FinishKey="#" KeyVar="Key" SuccessPos="15" FailPos="24" HangupPos="24" Note="坐席全忙放音" />
88
+		<cell Name="CELL_BRANCH" Pos="15" Var="Key" DefaultPos="14" Note="分支节点">
89
+			<Branch Value="1" Pos="16" /><!--1.继续等待-->
90
+		</cell>		
91
+		<cell Name="CELL_CONTINUEQUEUE" Pos="16" Agent="AgentNo" Exten="AgentExtNo" Audio="D:\Midware\wav\保持音.wav" Timeout="60" SuccessPos="18" HangupPos="24" TimeoutPos="14" Note="继续排队节点" />
92
+		<cell Name="CELL_CANCELQUEUE" Pos="17" Reason="等烦了" Next="24" Note="放弃排队节点" />		
93
+		<cell Name="CELL_AUDIODTMF" Pos="18" PlayType="2" ContentType="1" Content="D:\Midware\wav\通话录音提示音.wav" TTSNumMode="1" 
94
+		TTSSpeed="50" TTSVolume="50" TTSEngine="0" StopWhenDtmf="2" MaxKeyCount="1" KeyPressInterval="0" FinishKey="#" KeyVar="" SuccessPos="31" FailPos="24" HangupPos="24" Note="转接电话提示录音" />
95
+		<cell Name="CELL_AUDIODTMF" Pos="31" PlayType="2" ContentType="2" Content=" `vs40 您好, `dig`vs30 %[AgentNo] `vs50 号客服为您服务." TTSNumMode="1" TTSSpeed="50" TTSVolume="50" TTSEngine="0" StopWhenDtmf="2" MaxKeyCount="1" KeyPressInterval="0" FinishKey="#" KeyVar="" SuccessPos="19" FailPos="24" HangupPos="24" Note="播报工号" />
96
+		<cell Name="CELL_TURNAGENT" Pos="19" Exten="AgentExtNo" SuccessPos="25" FailPos="17" HangupPos="24" Note="转座席节点">
97
+		  <BandData Var="CallID" />
98
+		</cell>
99
+		<!--排队,转坐席-->
100
+				
101
+		<!--转值班电话-->
102
+		<cell Name="CELL_AUDIODTMF" Pos="29" PlayType="2" ContentType="1" Content="D:\Midware\wav\转值班电话提示.wav" TTSNumMode="1" TTSSpeed="50" TTSVolume="50" TTSEngine="0" StopWhenDtmf="2" MaxKeyCount="1" KeyPressInterval="0" FinishKey="#" KeyVar="" SuccessPos="701" FailPos="24" HangupPos="24" Note="转值班电话提示音" />
103
+		<cell Name="CELL_BRANCH" Pos="701" Var="CalleeID" DefaultPos="1013" Note="排队分支节点">
104
+			<Branch Value="8001" Pos="7011" /><!--客服组-->
105
+			<Branch Value="6800" Pos="7012" /><!--市场组-->
106
+		</cell>
107
+		<cell Name="CELL_SQL" Pos="7011" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr="EXEC P_GetZBDH '%[CallID]',0 " IsSaved="yes" SuccessPos="702" FailPos="24" Note="获取值班电话-客服组" />
108
+		<cell Name="CELL_SQL" Pos="7012" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr="EXEC P_GetZBDH '%[CallID]',1 " IsSaved="yes" SuccessPos="702" FailPos="24" Note="获取值班电话-市场组" />
109
+		<cell Name="CELL_RECORDSET" Pos="702" LPos="30" EPos="30" GPos="30" Note="获取值班电话结果">
110
+			<Map Var="zbdh" />
111
+		</cell>
112
+		<cell Name="CELL_TRANSFEROUT" Pos="30" CalleeNumType="2" CalleeNum="zbdh" Timeout="60" SuccessPos="25" FailPos="24" Note="转值班电话" />
113
+		<!--转值班电话-->
114
+		
115
+		<!---->
116
+		<cell Name="CELL_SQL" Pos="24" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr=" exec P_OptCallRecords '%[CallerID]','%[CallID]',2,0,'0','','' " IsSaved="no" 
117
+		SuccessPos="204" FailPos="25" Note="更新挂机时间" />
118
+		<cell Name="CELL_HANGUP" Pos="204" Next="25" Note="挂机节点" />
119
+		<cell Name="CELL_END" Pos="25" Note="结束节点" />	
120
+		<!---->
121
+	</flow>		
122
+</ivr>

+ 16 - 0
MYD_Normal.xml

@@ -0,0 +1,16 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<ivr>
3
+	<flow Name="MYD" Type="normal" MatchedNum="" MatchedLine="" Concurrency="1">
4
+		<cell Name="CELL_START" Pos="1" Next="2" Note="满意度开始节点" />
5
+		<cell Name="CELL_DEFINEVAR" Pos="2" Next="3" Note="定义变量节点">
6
+			<DefVar VarType="1" VarName="Key" VarVal="0" />
7
+		</cell>
8
+		<cell Name="CELL_AUDIODTMF" Pos="3" PlayType="1" ContentType="1" Content="D:\Midware\wav\满意度评价开始.wav" TTSNumMode="1" TTSSpeed="50" TTSVolume="50" 
9
+		TTSEngine="0" StopWhenDtmf="1" MaxKeyCount="1" KeyPressInterval="3" FinishKey="#" KeyVar="Key" SuccessPos="4" FailPos="19" HangupPos="19" Note="满意度调查放音" />
10
+		<cell Name="CELL_SQL" Pos="4" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr="exec P_OptCallRecords '','%[CallID]',5,0,'%[Key]','',''" IsSaved="no" SuccessPos="5" FailPos="5" Note="满意度更新通话记录" />
11
+		<cell Name="CELL_AUDIODTMF" Pos="5" PlayType="2" ContentType="1" Content="D:\Midware\wav\评价结束.wav" TTSNumMode="1" TTSSpeed="50" TTSVolume="50" 
12
+		TTSEngine="0" StopWhenDtmf="1" MaxKeyCount="0" KeyPressInterval="3" FinishKey="#" KeyVar="" SuccessPos="19" FailPos="19" HangupPos="19" Note="满意度放结束音" />
13
+		<cell Name="CELL_HANGUP" Pos="19" Next="20" Note="满意度挂机节点" />
14
+		<cell Name="CELL_END" Pos="20" Note="满意度结束节点" />
15
+  </flow>		
16
+</ivr>

+ 4 - 4
codegit/CallCenterApi/CallCenterApi.DAL/T_Call_CallRecords.cs

@@ -400,7 +400,7 @@ namespace CallCenterApi.DAL
400 400
         {
401 401
 
402 402
             StringBuilder strSql = new StringBuilder();
403
-            strSql.Append("select  top 1 * from T_Call_CallRecords ");
403
+            strSql.Append("select  top 1 * from T_Call_CallRecords (NOLOCK) ");
404 404
             strSql.Append(" where CallRecordsId=@CallRecordsId");
405 405
             SqlParameter[] parameters = {
406 406
                     new SqlParameter("@CallRecordsId", SqlDbType.Int,4)
@@ -678,7 +678,7 @@ namespace CallCenterApi.DAL
678 678
                 strSql.Append(" top " + Top.ToString());
679 679
             }
680 680
             strSql.Append(" * ");
681
-            strSql.Append(" FROM T_Call_CallRecords ");
681
+            strSql.Append(" FROM T_Call_CallRecords (NOLOCK)");
682 682
             if (strWhere.Trim() != "")
683 683
             {
684 684
                 strSql.Append(" where " + strWhere);
@@ -911,7 +911,7 @@ namespace CallCenterApi.DAL
911 911
         public Model.T_Call_CallRecords GetModelByCallId(string CallId)
912 912
         {
913 913
             StringBuilder strSql = new StringBuilder();
914
-            strSql.Append("select  top 1 * from T_Call_CallRecords ");
914
+            strSql.Append("select  top 1 * from T_Call_CallRecords (NOLOCK) ");
915 915
             strSql.Append(" where CallId=@CallId order by BeginTime desc");
916 916
             SqlParameter[] parameters = {
917 917
                     new SqlParameter("@CallId", SqlDbType.VarChar,50)
@@ -932,7 +932,7 @@ namespace CallCenterApi.DAL
932 932
         public Model.T_Call_CallRecords GetModelByRecordId(string CallId)
933 933
         {
934 934
             StringBuilder strSql = new StringBuilder();
935
-            strSql.Append("select  top 1 * from T_Call_CallRecords ");
935
+            strSql.Append("select  top 1 * from T_Call_CallRecords (NOLOCK) ");
936 936
             strSql.Append(" where CallRecordsId=@CallRecordsId order by BeginTime desc");
937 937
             SqlParameter[] parameters = {
938 938
                     new SqlParameter("@CallRecordsId", SqlDbType.Int)

+ 4 - 2
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -374,11 +374,13 @@ namespace CallCenterApi.Interface.Controllers.workorder
374 374
                         }
375 375
                         if (lddep.Trim() != "" && lddep != "undefined")
376 376
                         {
377
-                            sql += " and Address = '" + lddep.Trim() + "' ";
377
+                            //sql += " and Address = '" + lddep.Trim() + "' ";
378
+                            sql += " and Address LIKE '%" + lddep.Trim() + "%' ";
378 379
                         }
379 380
                         if (fkdep.Trim() != "" && fkdep != "undefined")
380 381
                         {
381
-                            sql += " and Source = '" + fkdep.Trim() + "' ";
382
+                            //sql += " and Source = '" + fkdep.Trim() + "' ";
383
+                            sql += " and Source LIKE '%" + fkdep.Trim() + "%' ";
382 384
                         }
383 385
                         if (strstarttime.Trim() != "" && strstarttime != "undefined")
384 386
                         {

+ 16 - 0
ivr/MYD_Normal.xml

@@ -0,0 +1,16 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<ivr>
3
+	<flow Name="MYD" Type="normal" MatchedNum="" MatchedLine="" Concurrency="1">
4
+		<cell Name="CELL_START" Pos="1" Next="2" Note="满意度开始节点" />
5
+		<cell Name="CELL_DEFINEVAR" Pos="2" Next="3" Note="定义变量节点">
6
+			<DefVar VarType="1" VarName="Key" VarVal="0" />
7
+		</cell>
8
+		<cell Name="CELL_AUDIODTMF" Pos="3" PlayType="1" ContentType="1" Content="D:\Midware\wav\满意度评价开始.wav" TTSNumMode="1" TTSSpeed="50" TTSVolume="50" 
9
+		TTSEngine="0" StopWhenDtmf="1" MaxKeyCount="1" KeyPressInterval="3" FinishKey="#" KeyVar="Key" SuccessPos="4" FailPos="19" HangupPos="19" Note="满意度调查放音" />
10
+		<cell Name="CELL_SQL" Pos="4" ConnStr="Provider=SQLOLEDB.1;Password=hykj800100;Persist Security Info=True;User ID=sa;Initial Catalog=CallCenter_Anto;Data Source=192.168.209.5" SqlStr="exec P_OptCallRecords '','%[CallID]',5,0,'%[Key]','',''" IsSaved="no" SuccessPos="5" FailPos="5" Note="满意度更新通话记录" />
11
+		<cell Name="CELL_AUDIODTMF" Pos="5" PlayType="2" ContentType="1" Content="D:\Midware\wav\评价结束.wav" TTSNumMode="1" TTSSpeed="50" TTSVolume="50" 
12
+		TTSEngine="0" StopWhenDtmf="1" MaxKeyCount="0" KeyPressInterval="3" FinishKey="#" KeyVar="" SuccessPos="19" FailPos="19" HangupPos="19" Note="满意度放结束音" />
13
+		<cell Name="CELL_HANGUP" Pos="19" Next="20" Note="满意度挂机节点" />
14
+		<cell Name="CELL_END" Pos="20" Note="满意度结束节点" />
15
+  </flow>		
16
+</ivr>

+ 14 - 0
sql/通话记录表有通话时间却显示未接通和呼损1.sql

@@ -0,0 +1,14 @@
1
+
2
+--修改rep_ext_call_in触发器
3
+--CallState = INSERTED.IsAnswer,	--20181011 修改通话记录有通话时长,却显示未接通
4
+--DealType = CASE INSERTED.IsAnswer WHEN 1 THEN 6 ELSE DealType END,	--20181011 修改通话记录有通话时长,却显示未接通
5
+
6
+IF EXISTS (SELECT 1 FROM dbo.rep_ext_call_in WHERE CallerNum = '15238012097' AND CallId = 33778 AND IsAnswer = 1)
7
+BEGIN
8
+	UPDATE dbo.T_Call_CallRecords SET CallState = 1,DealType = 6 WHERE CallNumber = '15238012097' AND CallId = 33778
9
+END
10
+
11
+IF EXISTS (SELECT 1 FROM dbo.rep_ext_call_in WHERE CallerNum = '05988238527' AND CallId = 34112 AND IsAnswer = 1)
12
+BEGIN
13
+	UPDATE dbo.T_Call_CallRecords SET CallState = 1,DealType = 6 WHERE CallNumber = '05988238527' AND CallId = 34112
14
+END