Wms/Wms/Controllers/BasisController.cs
@@ -896,7 +896,7 @@ { RefAsync<int> count = new RefAsync<int>(); var bolls = await _customerSvc.GetCustomerList(model.CustomerNo, model.CustomerName, model.Type, model.LinkMan, model.Phone, model.Page, model.Limit, count); return new SqlSugarPagedList<CustomerDto>() { Items = bolls, Total = bolls.Count }; return new SqlSugarPagedList<CustomerDto>() { Items = bolls, Total = count }; } /// <summary> /// 查询单条客户信息