Compare commits
2 Commits
d413c605cd
...
2ac1241ef1
| Author | SHA1 | Date |
|---|---|---|
|
|
2ac1241ef1 | |
|
|
7136da0529 |
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue