liurunyu
2024-08-09 8739a65826f197156624880172983ca8faee4dfc
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java
@@ -39,5 +39,5 @@
    List<PltStation> selectStationList(PltStation record);
    long selectByLineAndStatus(Long lineId, boolean disabled);
    long selectByLineAndStatus(@Param("lineId") Long lineId, @Param("disabled") boolean disabled);
}