yuyou_x
2024-03-14 54b96e7255ebcafabdbae17050fc09d19b7e0cce
Wms/Wms/Controllers/BasisController.cs
@@ -1612,7 +1612,7 @@
        {
            try
            {
                var bolls = _customerSvc.GetCustomerList(model.CustomerName, model.Type, model.LinkMan, model.Phone, model.Page, model.Limit, out int count);
                var bolls = _customerSvc.GetCustomerList(model.CustomerNo,model.CustomerName, model.Type, model.LinkMan, model.Phone, model.Page, model.Limit, out int count);
                return Ok(new { code = 0, count, msg = "客户信息", data = bolls });
            }