parent
c308ec3691
commit
7136da0529
|
|
@ -50,7 +50,7 @@ body {min-width: 1400px;}
|
||||||
.c_wrap .layout {display: table; width: 100%; table-layout: fixed; padding-bottom: 20px;} /* added by lim padding-bottom: 20px; */
|
.c_wrap .layout {display: table; width: 100%; table-layout: fixed; padding-bottom: 20px;} /* added by lim padding-bottom: 20px; */
|
||||||
|
|
||||||
/* sub navigation */
|
/* sub navigation */
|
||||||
/*.c_wrap .layout .nav {display: table-cell; width: 220px; vertical-align: top;}*/ /* changed by lim width: 260px; */
|
.c_wrap .layout .nav {display: table-cell; width: 220px; vertical-align: top;} /* changed by lim width: 260px; */
|
||||||
.c_wrap .layout .nav .inner {border: 1px solid #dde2e5; border-radius: 10px;}
|
.c_wrap .layout .nav .inner {border: 1px solid #dde2e5; border-radius: 10px;}
|
||||||
.nav_title{padding: 35px 30px 26px 30px;} /* changed by lim border-bottom: 4px solid #dde2e5; */
|
.nav_title{padding: 35px 30px 26px 30px;} /* changed by lim border-bottom: 4px solid #dde2e5; */
|
||||||
.c_wrap .layout .nav h2 {color: #222; font-size: 24px;}
|
.c_wrap .layout .nav h2 {color: #222; font-size: 24px;}
|
||||||
|
|
|
||||||
|
|
@ -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