zy-acs-manager/src/main/resources/mapper/manager/TaskMapper.xml
@@ -57,7 +57,14 @@ ) </if> </where> ORDER BY FIELD(a.task_sts, 18, 17, 16, 15, 20, 19), io_time DESC <choose> <when test="param.orderBy != null and param.orderBy != '' "> order by a.${param.orderBy} </when> <otherwise> ORDER BY FIELD(a.task_sts, 18, 17, 16, 15, 20, 19), a.io_time DESC </otherwise> </choose> </select> <select id="selectStatByLastSevenDays" resultType="java.util.Map">