Commit 9df7682f authored by 赵啸非's avatar 赵啸非

修改通知去重复

parent 97ab8a62
......@@ -113,7 +113,7 @@ public class RoomController extends BaseCRUDJsonBodyMappingController<RoomServic
RoomDeviceQuery roomDeviceQuery = new RoomDeviceQuery();
roomDeviceQuery.setDeviceCode(query.getDeviceCode());
RoomDeviceEntity roomEntity = roomDeviceService.selectOne(roomDeviceQuery);
log.info("deviceCode:{}", roomDeviceQuery.getDeviceCode());
// log.info("deviceCode:{}", roomDeviceQuery.getDeviceCode());
if (!ObjectUtils.isEmpty(roomEntity)) {
// query.setIdList(Arrays.asList(roomEntity.getRoomId()));
query.setId(roomEntity.getRoomId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment