1078-调整页面

This commit is contained in:
648540858
2024-06-07 14:03:41 +08:00
parent 972ef30f8d
commit 0103d5819b
7 changed files with 224 additions and 68 deletions

View File

@@ -99,4 +99,8 @@ public interface JTTerminalMapper {
"WHERE phone_number=#{phoneNumber}"+
" </script>"})
void updateDeviceStatus(@Param("connected") boolean connected, @Param("phoneNumber") String phoneNumber);
@Select("SELECT * FROM wvp_jt_terminal where id=#{deviceId}")
JTDevice getDeviceById(@Param("deviceId") Integer deviceId);
}