2021-08-13门禁对接接口 字段是否启用取值修改

This commit is contained in:
2021-08-13 14:13:05 +08:00
parent d8dff88c39
commit bb5cd0ef3f
5 changed files with 5 additions and 5 deletions
@@ -171,7 +171,7 @@ namespace WebAPI.Controllers
OutResult = person.OutResult,
Birthday = person.Birthday,
Telephone = person.Telephone,
IsUsed = person.IsUsed,
IsUsed = person.IsUsed == false ? false : true,
InTime = Funs.GetNewDateTimeOrNow(person.InTime),
Password = BLL.PersonService.GetPersonPassWord(person.IdentityCard),
Isprint = "0",