获取人员
This commit is contained in:
@@ -748,7 +748,7 @@ namespace WebAPI.Controllers
|
||||
x.ExchangeTime,
|
||||
x.ExchangeTime2,
|
||||
PhotoUrl=persons.PhotoUrl.Replace('\\', '/'),
|
||||
}).Take(200);
|
||||
}).Take(200).ToList();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user