#
Junjie
14 小时以前 c0df58a6fb50ee32e7336b5901000549700ebc82
src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -181,6 +181,13 @@
    private String systemMsg;
    /**
     * 下发失败次数
     */
    @ApiModelProperty(value= "下发失败次数")
    @TableField(value = "send_fail_count")
    private Integer sendFailCount;
    /**
     * 批次号
     */
    @ApiModelProperty(value= "批次号")
@@ -202,6 +209,9 @@
        if (entity != null) {
            return entity.getWrkDesc();
        }
        try {
            return com.zy.core.enums.WrkStsType.query(this.wrkSts).desc;
        } catch (Exception ignore) {}
        return null;
    }