fix: sort job monitoring by storage time
This commit is contained in:
@@ -12,7 +12,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<if test="storageResult != null and storageResult != ''">
|
<if test="storageResult != null and storageResult != ''">
|
||||||
and STORAGE_RESULT like CONCAT('%',#{storageResult},'%')
|
and STORAGE_RESULT like CONCAT('%',#{storageResult},'%')
|
||||||
</if>
|
</if>
|
||||||
ORDER BY CREATE_TIME DESC
|
ORDER BY STORAGE_DATE DESC, DETECTION_ID DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user