|
@@ -32,5 +32,5 @@ public interface DeviceRunDao {
|
|
|
|
|
|
List<DeviceRun> getDeviceRunPage(Integer startNum, Integer limitNum);
|
|
|
|
|
|
- List<DeviceRunItem> getDeviceRunItemShowByDeviceId(Integer id, Integer isShow);
|
|
|
+ List<DeviceRunItem> getDeviceRunItemShowByDeviceId(Integer deviceRunId, Integer isShow);
|
|
|
}
|