Explorar el Código

wesmiler 报恩寺项目提交

wesmiler hace 4 años
padre
commit
8d46f41a6b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Services/DynamicService.php

+ 1 - 0
app/Services/DynamicService.php

@@ -263,6 +263,7 @@ class DynamicService extends BaseService
             'content'=> $content,
             'albums'=> $albums? json_encode($albums, 256) : '',
             'create_time'=> time(),
+            'update_time'=> time(),
             'status'=> $confirm,
         ];