From 32939a05cb241609648db2198f05e1c9b130efc6 Mon Sep 17 00:00:00 2001 From: dongpd Date: Tue, 19 Jan 2021 15:26:19 +0700 Subject: [PATCH] update last_modified controllogs --- controllers/ControlLogsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/ControlLogsController.php b/controllers/ControlLogsController.php index c209ae30..3442b93a 100644 --- a/controllers/ControlLogsController.php +++ b/controllers/ControlLogsController.php @@ -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",