| | |
| | | import com.whyc.constant.BattAlarmIdEnum; |
| | | import com.whyc.constant.BattSingalIdEnum; |
| | | import com.whyc.constant.DevAlarmEnum; |
| | | import com.whyc.dto.AlarmDto; |
| | | import com.whyc.dto.Real.AlmDto; |
| | | import com.whyc.dto.Response; |
| | | import com.whyc.mapper.DevalarmDataMapper; |
| | |
| | | query.in("num",devAlarmNumList); |
| | | return mapper.selectList(query).stream().map(DevalarmData::getNum).collect(Collectors.toList()); |
| | | } |
| | | |
| | | public List<AlarmDto> getListByUserId(Integer userId,Integer almLevel) { |
| | | return mapper.getListByUserId(userId,almLevel); |
| | | } |
| | | } |