From 909cc78ba290cefc3c4623eff234e85ca0140e6d Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期五, 03 四月 2026 09:10:31 +0800
Subject: [PATCH] 亚马逊对接,采用mqtt对接方式

---
 src/main/resources/mapper/BasAgvMastLogMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/BasAgvMastLogMapper.xml b/src/main/resources/mapper/BasAgvMastLogMapper.xml
index 2e30b0b..b897bd2 100644
--- a/src/main/resources/mapper/BasAgvMastLogMapper.xml
+++ b/src/main/resources/mapper/BasAgvMastLogMapper.xml
@@ -13,6 +13,7 @@
         <result column="loc_no" property="locNo" />
         <result column="priority" property="priority" />
         <result column="floor_no" property="floorNo" />
+        <result column="barcode" property="barcode" />
         <result column="status" property="status" />
         <result column="error_time" property="errorTime" />
         <result column="error_memo" property="errorMemo" />

--
Gitblit v1.9.1