liurunyu
2024-10-29 4acdf28be7df0b59882de810481f6a8f53fddc87
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