*
lsh
2025-06-13 1be3b992120afd57db72b53c9819b8e8e74fbf29
src/main/java/com/zy/asrs/entity/BasRgvOpt.java
@@ -31,7 +31,7 @@
     * ID
     */
    @ApiModelProperty(value= "ID")
    @TableId(value = "id", type = IdType.INPUT)
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
@@ -159,6 +159,7 @@
        this.rgvNo = rgvProtocol.getRgvNo();
        this.sendTime = now;
        this.mode = command.getTaskModeType1().name();
        this.sourceRow = rgvProtocol.getRgvPosI();//小车当前位置
        this.sourceSta = command.getSourceStaNo1().intValue();
        this.posSta = command.getDestinationStaNo1().intValue();
        this.updateTime = now;
@@ -170,7 +171,8 @@
        this.wrkNo1 = rgvProtocol.getTaskNo1().intValue();
        this.rgvNo = rgvProtocol.getRgvNo();
        this.sendTime = now;
        this.mode = "取放货";
        this.mode = "漫游";
        this.sourceRow = rgvProtocol.getRgvPosI();//小车当前位置
        this.sourceSta = rgvProtocol.getRgvPosI();
        this.posSta = command.intValue();
        this.updateTime = now;