From 86e842a81ae35b1bd419ca17f88dbd0b74e0e12e Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期日, 14 五月 2023 04:15:51 +0800
Subject: [PATCH] 新增应用码段下的参照配置界面,以及代码整合
---
Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeBasicSecMapper.xml | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeBasicSecMapper.xml b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeBasicSecMapper.xml
index 6fd8fa8..e375966 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeBasicSecMapper.xml
+++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeBasicSecMapper.xml
@@ -137,9 +137,9 @@
COUNT(*) OVER () "##VCI_COUNT_VCI##"
from PL_CODE_BASICSEC
left join pl_code_basicsec btm_codebasicsec_1
- on btm_codebasicsec_1.oid = PL_CODE_BASICSEC.parentclassifysecoid
+ on btm_codebasicsec_1.oid = PL_CODE_BASICSEC.parentclassifysecoid
left join pl_code_classify platformbtm_codeclassify
- on platformbtm_codeclassify.oid = PL_CODE_BASICSEC.refercodeclassifyoid
+ on platformbtm_codeclassify.oid = PL_CODE_BASICSEC.refercodeclassifyoid
<where>
<if test="codeBasicSec.oid != null and codeBasicSec.oid != ''">
and PL_CODE_BASICSEC.OID = #{codeBasicSec.oid}
@@ -148,7 +148,6 @@
and PL_CODE_BASICSEC.TS = #{codeBasicSec.ts}
</if>
<if test="codeBasicSec.id != null and codeBasicSec.id != ''">
-
and PL_CODE_BASICSEC.ID like CONCAT(CONCAT('%', #{codeBasicSec.id}), '%')
</if>
<if test="codeBasicSec.name != null and codeBasicSec.name != ''">
--
Gitblit v1.9.3