rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/TaskLog.java
@@ -142,7 +142,6 @@ * 是否删除 1: 是 0: 否 */ @ApiModelProperty(value= "是否删除 1: 是 0: 否 ") @TableLogic private Integer deleted; /** @@ -259,7 +258,7 @@ DictData dictDatas = dictDataService.getOne(new LambdaQueryWrapper<DictData>() .eq(DictData::getDictTypeCode, DictTypeCode.DICT_SYS_TASK_TYPE) .eq(DictData::getValue, this.taskType)); if (Objects.isNull(dictDatas) || Objects.isNull(dictDatas.getLabel())) { if (Cools.isEmpty(dictDatas)) { return null; } return dictDatas.getLabel();