From 26294d2966da7fe0311affc588fee234e3c6071b Mon Sep 17 00:00:00 2001
From: zc <zc@123>
Date: 星期二, 06 五月 2025 14:17:36 +0800
Subject: [PATCH] 解决待机位和提升机互锁问题
---
src/main/resources/mapper/LocMastMapper.xml | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 0a4b649..d958c83 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -20,7 +20,6 @@
<result column="appe_time" property="appeTime" />
<result column="error_time" property="errorTime" />
<result column="error_memo" property="errorMemo" />
- <result column="barcode" property="barcode" />
<result column="qr_code_value" property="qrCodeValue" />
</resultMap>
--
Gitblit v1.9.1