liuxm
2024-05-16 530385f0901cb838540bc3f83d573686eb3a3bb4
pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/station/StationSv.java
@@ -76,5 +76,11 @@
        return rsVo ;
    }
    public int disabled(Long id, Boolean disabled) {
        PltStation station = new PltStation();
        station.setId(id);
        station.setDisabled(disabled);
        return dao.updateByPrimaryKeySelective(station);
    }
}