|
|
@@ -360,17 +360,17 @@ namespace CallCenterApi.Interface.Controllers.tel
|
|
360
|
360
|
}
|
|
361
|
361
|
}
|
|
362
|
362
|
|
|
363
|
|
- int hrcount = new BLL.T_Call_CallRecords().GetRecordCount(" calltype=0 " + sqlcount);
|
|
364
|
|
- int hccount = new BLL.T_Call_CallRecords().GetRecordCount(" calltype=1 " + sqlcount);
|
|
|
363
|
+ //int hrcount = new BLL.T_Call_CallRecords().GetRecordCount(" calltype=0 " + sqlcount);
|
|
|
364
|
+ //int hccount = new BLL.T_Call_CallRecords().GetRecordCount(" calltype=1 " + sqlcount);
|
|
365
|
365
|
|
|
366
|
366
|
var obj = new
|
|
367
|
367
|
{
|
|
368
|
368
|
state = "success",
|
|
369
|
369
|
message = "成功",
|
|
370
|
370
|
rows = dt,
|
|
371
|
|
- total = recordCount,
|
|
372
|
|
- hrcount = hrcount,
|
|
373
|
|
- hccount = hccount,
|
|
|
371
|
+ total = recordCount
|
|
|
372
|
+ //hrcount = hrcount,
|
|
|
373
|
+ //hccount = hccount,
|
|
374
|
374
|
};
|
|
375
|
375
|
res = Content(obj.ToJson());
|
|
376
|
376
|
}
|