@@ -158,6 +158,7 @@ public class RfidClientImpl implements IService {
log.info("打印进入日志!");
//不存在缓存,设置间隔30s调用
redisTemplate.opsForValue().set(logBaseEpcInfo.getEpc() + antId, hardwareRfid, 30, TimeUnit.SECONDS);
+ log.info("打印进入日志!1111111111111");
scheduledExecutorService.execute(() -> {
log.info("打印日志发送前日志");
InventoryTag tag = new InventoryTag();