skyouc
20 小时以前 aa7f74849ddde1b998626e53f3c4bafb85f71db9
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/TaskItem.java
@@ -179,6 +179,10 @@
    @ApiModelProperty(value= "添加人员")
    private Long createBy;
    /**现品票号*/
    @TableField(exist = false)
    private String crushNo;
    /**
     * 添加时间
     */
@@ -263,6 +267,19 @@
        return dictDatas.getLabel();
    }
    public String getWkType$(){
        if (Cools.isEmpty(this.wkType)){
            return "";
        }
        DictDataService dictDataService = SpringUtils.getBean(DictDataService.class);
        DictData dictData = dictDataService.getOne(new LambdaQueryWrapper<DictData>().eq(DictData::getDictTypeCode, DictTypeCode.DICT_SYS_BUSINESS_TYPE).eq(DictData::getValue, this.wkType));
        if (Objects.isNull(dictData)) {
            return null;
        }
        return dictData.getLabel();
    }
    public String getIsptResult$(){
        if (Cools.isEmpty(this.isptResult)){
            return null;