燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-04-27 9219c7612a832f4049f4bbdb10a12993de7e22db
src/main/java/com/yssh/service/impl/WarningAnalyseServiceImpl.java
@@ -34,27 +34,29 @@
import com.yssh.utils.DateUtils;
import com.yssh.utils.StringUtils;
import javax.annotation.Resource;
@Service
public class WarningAnalyseServiceImpl implements IWarningAnalyseService {
   protected final Logger logger = LoggerFactory.getLogger(this.getClass());
   @Autowired
   @Resource
   private WarningDetailMapper warningDetailMapper;
   @Autowired
   @Resource
   private AlertConfigMapper alertConfigMapper;
   @Autowired
   @Resource
   private ICommonService commonService;
   @Autowired
   @Resource
   private SuYuanMapper suYuanMapper;
   @Autowired
   @Resource
   private DictRecordMapper dictRecordMapper;
   @Autowired
   @Resource
   private IAsyncService asyncService;
   private SimpleDateFormat ymdh = new SimpleDateFormat("yyyyMMddHH");