From b6fdee9da53afedd0c03b3ec29284360d54b1290 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 08 十二月 2025 09:47:06 +0800
Subject: [PATCH] #增加许可证
---
src/main/resources/mapper/BasLiftErrMapper.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/BasLiftErrMapper.xml b/src/main/resources/mapper/BasLiftErrMapper.xml
index e4114ab..1592f47 100644
--- a/src/main/resources/mapper/BasLiftErrMapper.xml
+++ b/src/main/resources/mapper/BasLiftErrMapper.xml
@@ -13,4 +13,11 @@
</resultMap>
+ <select id="queryByCode" resultMap="BaseResultMap">
+ select *
+ from asr_bas_lift_err
+ where error_code = #{errorCode}
+ limit 0,1
+ </select>
+
</mapper>
--
Gitblit v1.9.1