Compare commits
2 Commits
d413c605cd
...
2ac1241ef1
| Author | SHA1 | Date |
|---|---|---|
|
|
2ac1241ef1 | |
|
|
7136da0529 |
|
|
@ -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,6 +68,7 @@
|
|||
or b.group_full_cd like 102043 || '%')
|
||||
</if>
|
||||
and b.group_type = 'D'
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<select id="selectStandardCodeGroupSeq" parameterType="String" resultType="Integer">
|
||||
|
|
|
|||
Loading…
Reference in New Issue