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