|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+truncate table rep_agent_detail
|
|
|
2
|
+truncate table rep_agent_state
|
|
|
3
|
+truncate table rep_agentState_Detail
|
|
|
4
|
+truncate table rep_agentState_Duration
|
|
|
5
|
+truncate table rep_conference
|
|
|
6
|
+truncate table rep_ext_call_in
|
|
|
7
|
+truncate table rep_ext_call_out
|
|
|
8
|
+truncate table rep_host
|
|
|
9
|
+truncate table rep_transfer
|
|
|
10
|
+truncate table rep_trunk_call_in
|
|
|
11
|
+
|
|
|
12
|
+update stat_callid set value=1 where id=1
|
|
|
13
|
+
|
|
|
14
|
+truncate table T_Bus_AssignedInfo
|
|
|
15
|
+truncate table T_Bus_AssignedItemInfo
|
|
|
16
|
+truncate table T_Bus_DelayTime
|
|
|
17
|
+truncate table T_Bus_Feedback
|
|
|
18
|
+truncate table T_Bus_Operation
|
|
|
19
|
+truncate table T_Bus_RemindRecord
|
|
|
20
|
+truncate table T_Bus_SubmitSuper
|
|
|
21
|
+truncate table T_Bus_VisitResult
|
|
|
22
|
+truncate table T_Bus_VisitResultRecords
|
|
|
23
|
+truncate table T_Bus_WorkOrder
|
|
|
24
|
+truncate table T_Call_Blacklist
|
|
|
25
|
+truncate table T_Call_CallRecords
|
|
|
26
|
+truncate table T_Call_LeaveRecord
|
|
|
27
|
+truncate table T_Call_RecordSet
|
|
|
28
|
+truncate table T_Call_TaskTelNum
|
|
|
29
|
+truncate table T_Email_EmailMessage_Map
|
|
|
30
|
+truncate table T_Msg_Chat
|
|
|
31
|
+truncate table T_Msg_Chat_Map
|
|
|
32
|
+truncate table T_SMS_InternalMessages
|
|
|
33
|
+truncate table T_Sys_Accessories
|
|
|
34
|
+truncate table T_Sys_LoginLogs
|
|
|
35
|
+
|
|
|
36
|
+truncate table T_Sys_MobileData
|
|
|
37
|
+
|
|
|
38
|
+truncate table T_Cus_AddressBook
|
|
|
39
|
+truncate table T_Cus_CustomerBase
|