diff --git a/Server/application/cunkebao/controller/WorkbenchController.php b/Server/application/cunkebao/controller/WorkbenchController.php index cd031c60c..161a817d3 100644 --- a/Server/application/cunkebao/controller/WorkbenchController.php +++ b/Server/application/cunkebao/controller/WorkbenchController.php @@ -754,7 +754,7 @@ class WorkbenchController extends Controller // 软删除 $workbench->isDel = 1; - $workbench->deleteTime = date('Y-m-d H:i:s'); + $workbench->deleteTime = time(); $workbench->save(); return json(['code' => 200, 'msg' => '删除成功']);