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