liurunyu
2024-05-16 4d7775ecb9d52da2558cef3f19bd5fab1746afae
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);
    }
}