去掉不要的课程信息
This commit is contained in:
parent
40644a42a6
commit
d4998a2b75
|
@ -76,7 +76,7 @@
|
|||
when xqbh = 'U' then '全部'
|
||||
ELSE '' END as xq,
|
||||
jgh,xnxq,jzglb,1 as sfcj,sfxsk as skxs,'' as sfzc,'' as bz,'' as zt,kcdl,#{xqxn} as xqxn
|
||||
from v_xxhbkckb t,kc_jieci jc where concat(substring(sksj,2,2),'、',substring(sksj,4,2)) = jc.jieci and t.kcmc not like '%毕业论文%' and (t.jgh is not null or t.JKZC is not null)
|
||||
from v_xxhbkckb t,kc_jieci jc where concat(substring(sksj,2,2),'、',substring(sksj,4,2)) = jc.jieci and t.kcmc not like '%毕业论文%' and t.skdd != '' and (t.jgh is not null or t.JKZC is not null)
|
||||
<if test="skjs!=null and skjs!=''">
|
||||
and t.xm =#{skjs}
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue