20230627
This commit is contained in:
@@ -522,7 +522,7 @@ namespace BLL
|
||||
select x;
|
||||
foreach (var item in getPersons)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(SitePerson_PersonService.SendCarNobySiteperson(item)))
|
||||
if (!string.IsNullOrEmpty(SitePerson_PersonService.SendCarNobySiteperson(item.SitePersonId)))
|
||||
{
|
||||
count++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user