From 5c730a13070f0eb569aa787005bb2433c6dbc44d Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期五, 13 六月 2025 16:25:30 +0800
Subject: [PATCH] *
---
src/main/java/com/zy/asrs/entity/BasRgvOpt.java | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/BasRgvOpt.java b/src/main/java/com/zy/asrs/entity/BasRgvOpt.java
index c362734..6734c31 100644
--- a/src/main/java/com/zy/asrs/entity/BasRgvOpt.java
+++ b/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;
--
Gitblit v1.9.1