From 8e3ce4ca015e1a39d41d8c4642ba1b64c0d49259 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Wed, 25 Jun 2025 11:42:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E8=8E=B7=E5=AE=A2=E6=97=B6=E9=97=B4=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/application/cunkebao/controller/WorkbenchController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/application/cunkebao/controller/WorkbenchController.php b/Server/application/cunkebao/controller/WorkbenchController.php index cd031c60..161a817d 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' => '删除成功']);