whycxzp
2025-06-11 639d62cb082962f0969b986569ec25bf3005a318
src/main/java/com/whyc/service/AlarmInspectionService.java
@@ -16,7 +16,7 @@
    public Response getList(Integer stationId, Integer inspectionType) {
        //需要附加填充 负责班组信息 及 告警诊断信息
        List<AlarmInspection> list = mapper.getList(stationId);
        List<AlarmInspection> list = mapper.getList(stationId,inspectionType);
        return new Response().set(1,list);
    }
}