新增检测项目可以排序

This commit is contained in:
许允枞 2024-11-12 17:45:16 +08:00
parent 900ec6e914
commit a46996350d

View File

@ -23,6 +23,6 @@
AND role_id = #{entity.roleId} AND role_id = #{entity.roleId}
</if> </if>
</where> </where>
ORDER BY create_time DESC ORDER BY sort
</select> </select>
</mapper> </mapper>