From d3f4ee92233972d9991f5d63654d1dfb76c56a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Fri, 14 Jun 2024 10:37:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=98=8E=E6=98=9F=E6=8A=80?= =?UTF-8?q?=E5=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/artificer/ArtificerDao.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/main/resources/mapper/artificer/ArtificerDao.xml b/src/main/resources/mapper/artificer/ArtificerDao.xml index 03e8b10..34bc904 100644 --- a/src/main/resources/mapper/artificer/ArtificerDao.xml +++ b/src/main/resources/mapper/artificer/ArtificerDao.xml @@ -17,6 +17,9 @@ and a.status=#{status} + + and a.is_start=#{isStart} + and classify_id=#{classifyId} @@ -173,7 +176,23 @@ ORDER BY t.duration DESC LIMIT 1 + + \ No newline at end of file