Browse Source

修改语音留言查询

mengjie 6 years ago
parent
commit
b7367531c5

+ 3 - 3
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/CallleaveController.cs

15
         BLL.T_Sys_SeatGroup seatBLL = new BLL.T_Sys_SeatGroup();
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
             if (Request.IsAuthenticated)
21
             if (Request.IsAuthenticated)
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
                 if (strsettime.Trim() != "" && strsettime != "undefined")
55
                 if (strsettime.Trim() != "" && strsettime != "undefined")
56
                 {
56
                 {