自动化立体仓库 - WCS系统
#
LSH
2024-03-19 a5fa1d77b80aeb74c228b1d4bd846eef35a4baca
src/main/java/com/zy/asrs/entity/TaskWrk.java
@@ -174,7 +174,7 @@
     */
    @ApiModelProperty(value= "指令执行步序")
    @TableField("command_step")
    private Integer commandStep;
    private Integer commandStep = 0;
    @ApiModelProperty(value = "移库标记")
    @TableField("transfer_mark")
@@ -238,9 +238,11 @@
            case 2:
                return "派发";
            case 3:
                return "完结";
                return "步序完成";
            case 4:
                return "取消";
            case 5:
                return "完结";
            default:
                return String.valueOf(this.status);
        }