src/main/java/com/whyc/mapper/AlarmInspectionMapper.java
@@ -5,6 +5,6 @@ import java.util.List; public interface AlarmInspectionMapper extends CustomMapper<AlarmInspection>{ List<AlarmInspection> getList(Integer stationId); List<AlarmInspection> getList(Integer stationId, Integer inspectionType); }