update face comparison

This commit is contained in:
2022-10-11 17:04:48 +07:00
parent 1817771d88
commit 982db2b6c8
10 changed files with 158 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ class ControlLogsController extends Controller {
common::updateFeature([
"cmd" => "update",
"id" => $listManagement->id,
"object_id" => $listManagement->staff_id,
"name" => common::convert_vi_to_en($listManagement->name),
"features" => $listManagement->allFeatures
]);