update last_modified controllogs

This commit is contained in:
dongpd 2021-01-19 15:26:19 +07:00
parent 5cefdb8031
commit 32939a05cb

View File

@ -109,6 +109,7 @@ class ControlLogsController extends Controller {
"features512" => isset($features['results'][0]['feature512']) ? $features['results'][0]['feature512'] : []
];
$listManagement->image = json_encode($images);
$listManagement->last_modified = time();
$listManagement->save();
common::updateFeature([
"cmd" => "update",