username@email.com
2023-03-14 bf14008acffe7a9a7ac6e2eeb38ce3552b71b33a
zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs
@@ -133,7 +133,11 @@
            if (!String.IsNullOrEmpty(id))
            {
                dto = _intentionVisitService.Get(id);
                var intentionCustomerDTO = _intentionCustomerService.Get(dto.Viscustomer);
                if (intentionCustomerDTO != null)
                {
                    dto.ViscustomerName = intentionCustomerDTO.Name;
                }
                //dto.Viscustomer = Viscustomer;
                IntentionVisitDTOSearch searchEntity = new IntentionVisitDTOSearch();
                searchEntity.page = 1;
@@ -178,7 +182,7 @@
            }
            if (!string.IsNullOrWhiteSpace(Viscustomer))
            if (!string.IsNullOrWhiteSpace(dto.Viscustomer))
            {
                ViewData["customer"] = new List<IntentionCustomerDTO>();
            }