@@ -132,7 +132,7 @@ namespace CallCenterApi.Interface.Controllers.customer
/// <summary>
/// 根据关键字搜索公司
/// </summary>
- public ActionResult GetList(string keywords)
+ public ActionResult GetListByKey(string keywords)
{
string sql = " F_DeleteFlag=0";
if (!string.IsNullOrWhiteSpace(keywords))//关键字搜索