username@email.com
2022-11-24 e1064dd08bba4326d19c81a0b9f4da18c2fa462d
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>();
            }