pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoRm/UgRtuControllerMapper.java
@@ -24,6 +24,13 @@ * @return deleteCount */ int deleteByPrimaryKey(Long id); /** * delete by task key * * @param taskId task id * @return deleteCount */ int deleteByTaskId(@Param("taskId")Long taskId); /** * insert record to table @@ -72,6 +79,14 @@ List<UgRtuController> selectAllConByTask(Long taskId) ; /** * 得到升级任务的所有对象控制器 * * @param taskId 升级任务id * @return object by primary key */ List<String> selectAllRtuAddrByTask(Long taskId) ; /** * 根据任务id和控制器id查询数量 * * @param taskId 升级任务id