fix lỗi ID cửa c3-400
This commit is contained in:
parent
7cee5029b1
commit
1225b1bd2f
|
@ -507,7 +507,7 @@ class DeviceController extends Controller {
|
||||||
$UserAuthorizeInfos[] = [
|
$UserAuthorizeInfos[] = [
|
||||||
"Pin" => $value["id"],
|
"Pin" => $value["id"],
|
||||||
"AuthorizeTimezoneId" => $value["schedule_id"],
|
"AuthorizeTimezoneId" => $value["schedule_id"],
|
||||||
"AuthorizeDoorId" => $v->code
|
"AuthorizeDoorId" => 2 ** ($v->code - 1)
|
||||||
];
|
];
|
||||||
// $UserAuthorizeInfosDelete[] = [
|
// $UserAuthorizeInfosDelete[] = [
|
||||||
// "Pin" => "",
|
// "Pin" => "",
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 5.0 KiB |
Loading…
Reference in New Issue
Block a user