liuxm
2024-05-23 fd3819392c0c3fafc4f1d7d254b952207ddca3b5
pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/station/StationSv.java
@@ -2,6 +2,7 @@
import com.dy.common.webUtil.QueryResultVo;
import com.dy.pmsGlobal.daoPlt.PltStationMapper;
import com.dy.pmsGlobal.pojoPlt.PltProduct;
import com.dy.pmsGlobal.pojoPlt.PltStation;
import lombok.extern.slf4j.Slf4j;
import org.apache.dubbo.common.utils.PojoUtils;
@@ -83,5 +84,9 @@
        station.setDisabled(disabled);
        return dao.updateByPrimaryKeySelective(station);
    }
    public List<PltStation> selectAll() {
        return dao.selectAll();
    }
}