From bdc636cfcbb6c478f9e729cd3774e37e7f395dde Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Mon, 30 Jun 2025 17:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=81=E9=87=8F=E5=88=86?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=B4=A6=E5=8F=B7=E6=97=A0=E6=B3=95=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/application/cunkebao/controller/WorkbenchController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/application/cunkebao/controller/WorkbenchController.php b/Server/application/cunkebao/controller/WorkbenchController.php index 161a817d..dc79c946 100644 --- a/Server/application/cunkebao/controller/WorkbenchController.php +++ b/Server/application/cunkebao/controller/WorkbenchController.php @@ -687,6 +687,7 @@ class WorkbenchController extends Controller $config->endTime = $param['endTime']; $config->devices = json_encode($param['devices']); $config->pools = json_encode($param['pools']); + $config->account = json_encode($param['account']); $config->updateTime = time(); $config->save(); }