Compare commits

..

No commits in common. "2ac1241ef18061a7c835ebf9a775350667ca61f4" and "d413c605cd6b161861407c3a530928df2ff6f1b5" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

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