Compare commits

...

2 Commits

Author SHA1 Message Date
강석 최 2ac1241ef1 Merge branch 'master' of http://118.219.150.34:50501/DBNT/kcscDev 2024-01-31 09:45:35 +09:00
강석 최 7136da0529 css 주석 해제
sql 오류 수정.
2024-01-31 09:43:35 +09:00
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,7 @@
select a.* select a.*
from tn_document_info a from tn_document_info a
inner join tn_document_group b on a.kcsc_cd = b.kcsc_cd inner join tn_document_group b on a.kcsc_cd = b.kcsc_cd
where <where>
<if test="listCode != 102041 and listCode != null and listCode != ''"> <if test="listCode != 102041 and listCode != null and listCode != ''">
and b.group_full_cd like #{listCode} || '%' and b.group_full_cd like #{listCode} || '%'
</if> </if>
@ -68,6 +68,7 @@
or b.group_full_cd like 102043 || '%') or b.group_full_cd like 102043 || '%')
</if> </if>
and b.group_type = 'D' and b.group_type = 'D'
</where>
</select> </select>
<select id="selectStandardCodeGroupSeq" parameterType="String" resultType="Integer"> <select id="selectStandardCodeGroupSeq" parameterType="String" resultType="Integer">