From 63fde845cf1b360eb25f198bceee09fae346fe4c Mon Sep 17 00:00:00 2001 From: dongdingding <207595406@qq.com> Date: Wed, 8 Jan 2025 13:12:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E4=BA=A7=E6=A0=B8=E6=9F=A5=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/AssetTaskDao.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/mapper/AssetTaskDao.xml b/ruoyi-admin/src/main/resources/mapper/AssetTaskDao.xml index 626910e..1700bc4 100644 --- a/ruoyi-admin/src/main/resources/mapper/AssetTaskDao.xml +++ b/ruoyi-admin/src/main/resources/mapper/AssetTaskDao.xml @@ -233,6 +233,9 @@ and b.xtlx = #{req.xtlx} + + and b.xtmc = #{req.xtmc} + order by FIELD(status,1,0,3,4,5) @@ -466,6 +469,9 @@ and b.status =#{req.status} + + and b.xcxmc = #{req.xtmc} + ORDER BY @@ -500,6 +506,9 @@ and b.status =#{req.status} + + and b.gzhmc = #{req.xtmc} + ORDER BY CASE @@ -533,6 +542,9 @@ and b.status =#{req.status} + + and b.dzyxhz = #{req.xtmc} + ORDER BY CASE @@ -543,8 +555,6 @@ b.STATUS ASC