Skip to content

Commit 2e86e5b

Browse files
authored
Merge pull request #1042 from c-der/master
fix(infra): 修正定时任务日志状态字典格式引用
2 parents 3031f7c + 8b10df0 commit 2e86e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/controller/admin/job/vo/log

yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/controller/admin/job/vo/log/JobLogRespVO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class JobLogRespVO {
4949

5050
@Schema(description = "任务状态,参见 JobLogStatusEnum 枚举", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
5151
@ExcelProperty(value = "任务状态", converter = DictConvert.class)
52-
@DictFormat(DictTypeConstants.JOB_STATUS)
52+
@DictFormat(DictTypeConstants.JOB_LOG_STATUS)
5353
private Integer status;
5454

5555
@Schema(description = "结果数据", example = "执行成功")

0 commit comments

Comments
 (0)