From e960c0863fc8b5b88bebd3da587b991a6176a894 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Mon, 8 Sep 2025 15:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/application/job/WorkbenchGroupPushJob.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Server/application/job/WorkbenchGroupPushJob.php b/Server/application/job/WorkbenchGroupPushJob.php index 78ed15db..7df73d06 100644 --- a/Server/application/job/WorkbenchGroupPushJob.php +++ b/Server/application/job/WorkbenchGroupPushJob.php @@ -356,8 +356,6 @@ class WorkbenchGroupPushJob ->order($order) ->limit(0, $limit) ->select(); - - exit_data($list); return $list; } }