ソースを参照

根据编号模糊查询客户编号

zhaozhiqiang 5 年 前
コミット
1f210cf380

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

178
                 list = cusbll.GetModelList(sql);
178
                 list = cusbll.GetModelList(sql);
179
             }
179
             }
180
             if (list.Count > 0)
180
             if (list.Count > 0)
181
-                return Success("根据客户编号获取公司信息", list.FirstOrDefault());
181
+                return Success("根据客户编号获取公司信息", list);
182
             else
182
             else
183
                 return Error("没有获取到相关公司,请重新搜索");
183
                 return Error("没有获取到相关公司,请重新搜索");
184
         }
184
         }