| | |
| | | ChannelCache.setChannel(String.valueOf(fire3030.getNo()), ctx.channel()); |
| | | Constant.errorMap.remove(fire3030.getNo()); |
| | | LocMastService locMastService2 = SpringUtils.getBean(LocMastService.class); |
| | | LocMast locMast2 = locMastService2.selectOne(new EntityWrapper<LocMast>().eq("loc_no","01001804")); |
| | | LocMast locMast2 = locMastService2.selectOne(new EntityWrapper<LocMast>().eq("loc_no","0101804")); |
| | | if(null != locMast2) { |
| | | locMast2.setChannel(1000); |
| | | locMast2.setChannel(10000); |
| | | locMast2.setModiTime(new Date()); |
| | | locMastService2.update(locMast2, new EntityWrapper<LocMast>().eq("loc_no", "01001804")); |
| | | locMastService2.update(locMast2, new EntityWrapper<LocMast>().eq("loc_no", "0101804")); |
| | | } |
| | | break; |
| | | case FIRE_ALARM: |