Kaynağa Gözat

调整接口

zhengbingbing 7 yıl önce
ebeveyn
işleme
1e41ff8ca7

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/customer/CustomerNewController.cs

132
         /// <summary>
132
         /// <summary>
133
         /// 根据关键字搜索公司
133
         /// 根据关键字搜索公司
134
         /// </summary>
134
         /// </summary>
135
-        public ActionResult GetList(string keywords)
135
+        public ActionResult GetListByKey(string keywords)
136
         {
136
         {
137
             string sql = " F_DeleteFlag=0";
137
             string sql = " F_DeleteFlag=0";
138
             if (!string.IsNullOrWhiteSpace(keywords))//关键字搜索
138
             if (!string.IsNullOrWhiteSpace(keywords))//关键字搜索