Default Changelist
This commit is contained in:
parent
af65dc23f5
commit
7812cd3a73
@ -21,7 +21,6 @@ public interface DeviceManagementDao extends JpaRepository<DeviceManagement,Long
|
|||||||
/**
|
/**
|
||||||
* 查询视频连接
|
* 查询视频连接
|
||||||
*/
|
*/
|
||||||
/*,device_name,device_sn,device_type,device_manufacturer*/
|
|
||||||
@Query(value = "SELECT device_code,live_video FROM device_management",nativeQuery = true)
|
@Query(value = "SELECT device_code,live_video FROM device_management",nativeQuery = true)
|
||||||
List<Map<String,String>> Videotape();
|
List<Map<String,String>> Videotape();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user