zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs
@@ -106,6 +106,14 @@ { dto = _intentionVisitService.Get(id); //dto.Viscustomer = Viscustomer; IntentionVisitDTOSearch searchEntity = new IntentionVisitDTOSearch(); searchEntity.page = 1; searchEntity.rows = 1000; searchEntity.Viscustomer = dto.Viscustomer; var resultDataEntity = _intentionVisitService.SearchByPaging(searchEntity); ViewData["visitlishi"] = resultDataEntity.DataList; } else {