|
|
@@ -141,7 +141,7 @@ namespace CallCenterApi.Interface.Controllers.report
|
|
141
|
141
|
|
|
142
|
142
|
string[] CallInTime = GetCallRecordIn(stime, endtime, "0","").TrimStart('[').TrimEnd(']').Split(',');
|
|
143
|
143
|
string[] CallInTimes = GetCallRecordTotalTime(stime, endtime, "0").TrimStart('[').TrimEnd(']').Split(',');
|
|
144
|
|
- string[] CallInWTime = GetCallRecordIn(stime, endtime, "1", "0").TrimStart('[').TrimEnd(']').Split(',');
|
|
|
144
|
+ string[] CallInWTime = GetCallRecordIn(stime, endtime, "0", "0").TrimStart('[').TrimEnd(']').Split(',');
|
|
145
|
145
|
string[] CallOutTime = GetCallRecordOut(stime, endtime, "1", "").TrimStart('[').TrimEnd(']').Split(',');
|
|
146
|
146
|
string[] CallOutTimes = GetCallRecordTotalTime(stime, endtime, "1").TrimStart('[').TrimEnd(']').Split(',');
|
|
147
|
147
|
string[] CallOutWTime = GetCallRecordOut(stime, endtime, "1", "0").TrimStart('[').TrimEnd(']').Split(',');
|