From dfd6bb7b30c62cbee57c5991d43201ebd2f66a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=85=B6=E4=BF=8A?= Date: Fri, 11 Feb 2022 08:10:50 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/custom/think/AdapteeRun.php.=20?= =?UTF-8?q?=E7=BB=88=E6=AD=A2=E6=B5=81=E7=A8=8B=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/custom/think/AdapteeRun.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom/think/AdapteeRun.php b/src/custom/think/AdapteeRun.php index 675056f..b790489 100644 --- a/src/custom/think/AdapteeRun.php +++ b/src/custom/think/AdapteeRun.php @@ -25,7 +25,7 @@ class AdapteeRun function FindRun($where = [], $field = '*') { - return Db::name('wf_run')->where($where)->field($field)->find(); + return Db::name('wf_run')->where($where)->field($field)->order('id desc')->find(); } function FindRunId($id, $field = '*') -- Gitee