zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs
@@ -113,6 +113,17 @@ if (!string.IsNullOrWhiteSpace(Viscustomer)) { dto.Viscustomer = Viscustomer; IntentionVisitDTOSearch searchEntity = new IntentionVisitDTOSearch(); searchEntity.page = 1; searchEntity.rows = 1000; searchEntity.Viscustomer = Viscustomer; var resultDataEntity = _intentionVisitService.SearchByPaging(searchEntity); ViewData["visitlishi"] = resultDataEntity.DataList; } else { ViewData["visitlishi"] = new List<IntentionVisitDTO>(); } dto.VisType = "01";