[1078] 修复分包合并,优化设备列表排序,优化设备上线逻辑

This commit is contained in:
lin
2025-07-15 16:30:34 +08:00
parent e28141da6e
commit be04660de8
10 changed files with 52 additions and 146 deletions

View File

@@ -49,7 +49,7 @@ public interface JTTerminalMapper {
")</if> " +
" <if test='online == true' > AND jd.status= true</if>" +
" <if test='online == false' > AND jd.status= false</if>" +
"ORDER BY jd.update_time " +
"ORDER BY jd.create_time " +
" </script>"})
List<JTDevice> getDeviceList(@Param("query") String query, @Param("online") Boolean online);