获取人员

This commit is contained in:
2025-02-28 18:25:21 +08:00
parent 012194002e
commit 30c2c52dcc
2 changed files with 146 additions and 2 deletions
+1 -1
View File
@@ -748,7 +748,7 @@ namespace WebAPI.Controllers
x.ExchangeTime,
x.ExchangeTime2,
PhotoUrl=persons.PhotoUrl.Replace('\\', '/'),
}).Take(200);
}).Take(200).ToList();
}
catch (Exception ex)
{