Ver código fonte

提交地磅计量初始化

chenxiaofei 4 meses atrás
pai
commit
d2049901a4

+ 1 - 1
iot-platform-manager/src/main/java/com/platform/entity/WeighbridgeRecord.java

@@ -18,7 +18,7 @@ public class WeighbridgeRecord {
     /**
      * 主键ID
      */
-    @TableId(value = "id", type = IdType.AUTO)
+    @TableId(value = "id", type = IdType.ASSIGN_ID)
     private Long id;
 
     /**