Commit 1cbbd022 authored by suhuiguang's avatar suhuiguang

1.问题生成适配详情打开修改

parent 3d5e9ab3
...@@ -49,7 +49,7 @@ public class InspectionQuestionJob { ...@@ -49,7 +49,7 @@ public class InspectionQuestionJob {
/** /**
* 检验超期 * 检验超期
*/ */
@SchedulerLock(name = "genOverdueQuestionJobCylinder", lockAtMostFor = "PT15M") @SchedulerLock(name = "genOverdueQuestionJobCylinder", lockAtMostFor = "PT20M")
@Scheduled(cron = "${inspection.overdue.job.cron:0 0/30 * * * ?}") @Scheduled(cron = "${inspection.overdue.job.cron:0 0/30 * * * ?}")
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
public void genOverdueQuestion() { public void genOverdueQuestion() {
...@@ -84,7 +84,7 @@ public class InspectionQuestionJob { ...@@ -84,7 +84,7 @@ public class InspectionQuestionJob {
/** /**
* 检验不合格任务 * 检验不合格任务
*/ */
@SchedulerLock(name = "genInspectionUnqualifiedQuestionJobCylinder", lockAtMostFor = "PT15M") @SchedulerLock(name = "genInspectionUnqualifiedQuestionJobCylinder", lockAtMostFor = "PT20M")
@Scheduled(cron = "${inspection.unqualified.job.cron:0 0/30 * * * ?}") @Scheduled(cron = "${inspection.unqualified.job.cron:0 0/30 * * * ?}")
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
public void genInspectionUnqualifiedQuestion() { public void genInspectionUnqualifiedQuestion() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment