Default Changelist

This commit is contained in:
XinYi Song 2022-03-05 18:03:09 +08:00
parent af65dc23f5
commit 7812cd3a73

View File

@ -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)
List<Map<String,String>> Videotape();