#
vincentlu
2025-04-18 0d0c4fd1316341b04e1a2b8f29e634d4464f712e
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">