From 1b8120cacac0037fcb1f8ae747c2f54eb735368b Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 09 五月 2023 18:50:51 +0800 Subject: [PATCH] 代码整合 --- Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml | 2 +- 1 files changed, 1 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..34a7318 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' -- Gitblit v1.9.3