20240227本部检查优化

This commit is contained in:
2024-02-27 13:31:39 +08:00
parent 2449c9fa32
commit c6559b1f30
17 changed files with 605 additions and 176 deletions
+1 -1
View File
@@ -747,7 +747,7 @@ namespace WebAPI.Controllers
TrainRecord = APIPersonService.getStrTrainRecordByPersonId(x.PersonId),
x.ExchangeTime,
x.ExchangeTime2,
persons.PhotoUrl,
PhotoUrl=persons.PhotoUrl.Replace('\\', '/'),
}).Take(200);
}
catch (Exception ex)