|
|
@@ -19,7 +19,6 @@ import com.zd.algorithm.api.alarm.entity.Routes;
|
|
|
import com.zd.algorithm.api.alarm.entity.SendTypes;
|
|
|
import com.zd.algorithm.api.alarm.feign.RemoteAlarmService;
|
|
|
import com.zd.algorithm.api.camera.feign.RemoteCameraService;
|
|
|
-import com.zd.algorithm.api.rfid.domain.entity.HardwareRfid;
|
|
|
import com.zd.algorithm.api.rfid.feign.RemoteRfidService;
|
|
|
import com.zd.base.api.feign.RemoteMessageService;
|
|
|
import com.zd.common.core.redis.RedisService;
|
|
|
@@ -48,7 +47,6 @@ import com.zd.system.api.feign.RemoteUserService;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang3.concurrent.BasicThreadFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.data.redis.core.RedisTemplate;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
@@ -100,18 +98,9 @@ public class AlarmRecordServiceImpl implements IAlarmRecordService {
|
|
|
private IQpAirBottleService qpAirBottleService;
|
|
|
|
|
|
@Autowired
|
|
|
- private IQpQualificationApplyService qualificationApplyService;
|
|
|
-
|
|
|
- @Autowired
|
|
|
private IQpUsegasApplyService qpUsegasApplyService;
|
|
|
|
|
|
@Autowired
|
|
|
- private RemoteMessageService remoteMessageService;
|
|
|
-
|
|
|
- @Resource
|
|
|
- private RedisTemplate<String, HardwareRfid> redisTemplate;
|
|
|
-
|
|
|
- @Autowired
|
|
|
private DbStockService dbStockService;
|
|
|
|
|
|
private static final String RFID_CODE = "RFID:";
|
|
|
@@ -587,7 +576,7 @@ public class AlarmRecordServiceImpl implements IAlarmRecordService {
|
|
|
* @Param []
|
|
|
* @Return void
|
|
|
**/
|
|
|
-// @Scheduled(cron = "0 0 0 * * ?")
|
|
|
+ @Override
|
|
|
public void qpTimeOut() {
|
|
|
log.info("气瓶超时定时任务!");
|
|
|
// 查询配置
|