From 96166b04fbb663a5f1006a62dc03e1579f13ef8f Mon Sep 17 00:00:00 2001
From: wang1 <844966816@qq.com>
Date: 星期四, 25 五月 2023 16:15:09 +0800
Subject: [PATCH] 删除一个java代码多余引用
---
Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml
index 8f62d59..4cbd321 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml
+++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml
@@ -6,7 +6,7 @@
<select id="selectByCount" resultType="java.util.Map">
select COUNT(w.OID) count
from ${tableName} w
- join PL_CODE_ALLCODE c on w.OID = c.CREATECODEOID
+ join PL_CODE_ALLCODE c on w.OID = c.CREATECODEOID
where c.CREATECODEBTM = #{btm}
and c.CODERULEOID = #{oid}
and w.LASTR = '1'
@@ -18,5 +18,9 @@
${inSql}
</select>
+ <select id="selectBySql" resultType="java.util.Map">
+ ${inSql}
+ </select>
+
</mapper>
--
Gitblit v1.9.3