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); } }