diff --git a/src/main/resources/mybatis/mapper/inout/IoOrderDao.xml b/src/main/resources/mybatis/mapper/inout/IoOrderDao.xml index a60b00cb..712fbb3f 100644 --- a/src/main/resources/mybatis/mapper/inout/IoOrderDao.xml +++ b/src/main/resources/mybatis/mapper/inout/IoOrderDao.xml @@ -89,17 +89,22 @@ AND orderType = #{orderType} - - AND ((`action` in - - #{item} - - and status = 10) or (( - `action` in - - #{item} - ) and status = 7 + + + AND ((`action` in + + #{item} + + and status = 10) + + + or (( + `action` in + + #{item} + ) and status = 7 )) + order by createTime desc