This commit is contained in:
2023-06-27 23:06:59 +08:00
parent 225bc98fcd
commit da7bf97960
3 changed files with 25 additions and 31 deletions
+1 -1
View File
@@ -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++;
}