UPDATE: 修复被检设备分页查询排序问题

This commit is contained in:
贾同学
2025-10-21 14:24:38 +08:00
parent b53ef274cf
commit 51fdf6bf59

View File

@@ -134,6 +134,7 @@
#{item} #{item}
</foreach> </foreach>
</if> </if>
order by dev.Create_Time DESC,dev.Name
</select> </select>
</mapper> </mapper>