| | |
| | | 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"); |