|
|
|
@ -5,6 +5,7 @@ import cn.estsh.i3plus.mes.apiservice.schedulejob.BaseMesScheduleJob;
|
|
|
|
|
import cn.estsh.impp.framework.boot.init.ApplicationProperties;
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
|
import org.quartz.DisallowConcurrentExecution;
|
|
|
|
|
import org.quartz.JobExecutionContext;
|
|
|
|
@ -28,6 +29,7 @@ import java.util.Map;
|
|
|
|
|
// 禁止 JOB 并发执行
|
|
|
|
|
@DisallowConcurrentExecution
|
|
|
|
|
@ApiOperation("缺陷告警配置job")
|
|
|
|
|
@Slf4j
|
|
|
|
|
public class MesDefectAlarmConfigJob extends BaseMesScheduleJob {
|
|
|
|
|
|
|
|
|
|
public static final Logger LOGGER = LoggerFactory.getLogger(MesDefectAlarmConfigJob.class);
|
|
|
|
|