whyclxw
2024-07-04 6606e1712e0a97001bb95686a85a82d43cdb065e
src/main/java/com/whyc/mapper/StationInfMapper.java
@@ -13,11 +13,18 @@
    //总机房
    int getStation(int userId);
    //山西晋源特定接口
    int getStationJY();
    //查询指定机房信息
    StationInf getSystemSkipStation(int userId, String stationId);
    List<StationInf> getStationInfList(int userId);
    //山西晋源特定接口
    List<StationInf> getStationInfListJY();
    List<StationInf> getStationMapAndWorkState(int userId);
    List<String> getStationName1ByUserId(@Param("userId") Integer userId);