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