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.* 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,7 +68,6 @@
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">