hwh
2024-07-11 90a9c319148fb34aaff9af911d60449747be8d88
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>
        /// 查询单条客户信息