|
|
@@ -204,7 +204,7 @@ namespace CallCenterApi.Interface.Controllers.tel
|
|
204
|
204
|
ActionResult res = NoToken("未知错误,请重新登录");
|
|
205
|
205
|
if (Request.IsAuthenticated)
|
|
206
|
206
|
{
|
|
207
|
|
- string sql = "";//" and UserID="+ID;
|
|
|
207
|
+ string sql = " and ISNULL(F_DeleteFlag,0) = 0 ";//" and UserID="+ID;
|
|
208
|
208
|
DataTable dt = new DataTable();
|
|
209
|
209
|
|
|
210
|
210
|
string strtel = HttpUtility.UrlDecode(RequestString.GetQueryString("tel"));
|