liurunyu
2024-10-21 25df975b7d444b5f41a2c542ce37c65fbe0a693f
pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/java/com/dy/pipIrrApp/inspect/InspectSv.java
@@ -37,6 +37,15 @@
    }
    /**
     * 修改巡检记录
     * @param po
     * @return
     */
    public Integer updateInspect(OpeInspect po) {
        return opeInspectMapper.updateByPrimaryKeySelective(po);
    }
    /**
     * 批量添加巡检轨迹
     * @param list
     * @return