skyouc
3 天以前 5c0ac8adccb4d895148ee32ca7afc9a07d50e635
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Task.java
@@ -56,6 +56,8 @@
    @ApiModelProperty(value= "任务状态")
    private Short taskStatus;
    @ApiModelProperty("上级任务ID")
    private Long parentId;
    @ApiModelProperty("仓库类型")
    private Short warehType;
@@ -253,7 +255,7 @@
        if (Objects.isNull(dictDatas) || Objects.isNull(dictDatas.getLabel())) {
            return null;
        }
        return dictDatas.getLabel();
        return dictDatas.getValue() + "." + dictDatas.getLabel();
    }
    public String getTaskType$() {
@@ -267,7 +269,7 @@
        if (Objects.isNull(dictDatas) || Objects.isNull(dictDatas.getLabel())) {
            return null;
        }
        return dictDatas.getLabel();
        return dictDatas.getValue() + "." + dictDatas.getLabel();
    }
    public String getStartTime$(){