去掉不要的课程信息

This commit is contained in:
yangjun 2024-10-08 08:32:32 +08:00
parent 40644a42a6
commit d4998a2b75
1 changed files with 1 additions and 1 deletions

View File

@ -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>