@@ -20,4 +20,6 @@ public interface DeviceInfoRepository extends
...
@@ -20,4 +20,6 @@ public interface DeviceInfoRepository extends
@Query("select new cn.wise.sc.energy.power.plant.business.domain.vo.DeviceInfoVo(d.deviceName,p.plantName) from DeviceInfo d left join PlantInfo p on d.plantId = p.plantId where d.deviceId = ?1")
@Query("select new cn.wise.sc.energy.power.plant.business.domain.vo.DeviceInfoVo(d.deviceName,p.plantName) from DeviceInfo d left join PlantInfo p on d.plantId = p.plantId where d.deviceId = ?1")