|
|
@@ -15,7 +15,7 @@ namespace CallCenterApi.Interface.Controllers.tel
|
|
15
|
15
|
BLL.T_Sys_SeatGroup seatBLL = new BLL.T_Sys_SeatGroup();
|
|
16
|
16
|
|
|
17
|
17
|
//获取留言列表
|
|
18
|
|
- public ActionResult GetList(string strtelnum,string groname)
|
|
|
18
|
+ public ActionResult GetList(string tel,string groname)
|
|
19
|
19
|
{
|
|
20
|
20
|
|
|
21
|
21
|
if (Request.IsAuthenticated)
|
|
|
@@ -48,9 +48,9 @@ namespace CallCenterApi.Interface.Controllers.tel
|
|
48
|
48
|
|
|
49
|
49
|
}
|
|
50
|
50
|
|
|
51
|
|
- if (strtelnum != null && strtelnum.Trim() != "")
|
|
|
51
|
+ if (tel != null && tel.Trim() != "")
|
|
52
|
52
|
{
|
|
53
|
|
- sql += " and F_Phone like '%" + strtelnum.Trim() + "' ";
|
|
|
53
|
+ sql += " and F_Phone like '%" + tel.Trim() + "' ";
|
|
54
|
54
|
}
|
|
55
|
55
|
if (strsettime.Trim() != "" && strsettime != "undefined")
|
|
56
|
56
|
{
|