From b6a5504ce64f508391a460dc81f8fd288d9f3722 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 06 七月 2024 17:09:27 +0800
Subject: [PATCH] # 换板绑定
---
src/main/resources/mapper/LocMastMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index c0431d3..b994824 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -217,4 +217,8 @@
</if>
ORDER BY lev1 ASC, bay1 ASC
</select>
+
+ <select id="selectByBarcode" resultMap="BaseResultMap">
+ SELECT * FROM asr_loc_mast where 1=1 and barcode = #{barcode}
+ </select>
</mapper>
--
Gitblit v1.9.1