This commit is contained in:
parent
dad4aceaa6
commit
173db18b96
|
|
@ -1748,7 +1748,7 @@
|
|||
from (
|
||||
select a.cmno,case when a.ismaster=2 then a.cmno else 0 end pcno,a.ismaster,a.cgno,a.pcmno,a.cname,a.kname
|
||||
,a.tmno,a.classno,a.rstime,a.retime,a.sstime,a.setime,a.gstime,a.getime
|
||||
,a.cshape,a.infee,a.outfee,a.quota
|
||||
,a.cshape,a.infee,a.outfee,a.accommofee,a.quota
|
||||
,a.introhtml,a.targethtml,a.goalhtml,a.contenthtml
|
||||
,a.studytime,a.studyplace,a.certcc,a.certgradecc,a.jobcc,a.jobpositiongrade,a.difficulty,a.isrefund,a.isuse,a.isseq,a.fgnocm
|
||||
,a.typeman,a.typeedu,a.typegrade,a.typejob,a.iscertificate
|
||||
|
|
@ -1781,7 +1781,7 @@
|
|||
<select id="cm.cmuser" parameterClass="hashtable" resultClass="cm">
|
||||
select a.cmno,case when a.ismaster=2 then a.cmno else 0 end pcno,a.ismaster,a.cgno,a.pcmno,a.cname,a.kname
|
||||
,a.tmno,a.classno,a.rstime,a.retime,a.sstime,a.setime,a.gstime,a.getime
|
||||
,a.cshape,a.infee,a.outfee,a.quota
|
||||
,a.cshape,a.infee,a.outfee,a.accommofee,a.quota
|
||||
,a.introhtml,a.targethtml,a.goalhtml,a.contenthtml
|
||||
,a.studytime,a.studyplace,a.certcc,a.certgradecc,a.jobcc,a.jobpositiongrade,a.difficulty,a.isrefund,a.isuse,a.isseq,a.fgnocm
|
||||
,a.typeman,a.typeedu,a.typegrade,a.typejob,a.iscertificate
|
||||
|
|
@ -1927,7 +1927,7 @@
|
|||
<select id="cm.cms.offs" parameterClass="hashtable" resultClass="cm">
|
||||
select
|
||||
a.cmno,a.ismaster,a.cgno,a.pcmno,a.cname,a.kname,a.tmno,a.classno,a.rstime,a.retime,a.sstime,a.setime,a.gstime,a.getime,a.cshape,a.typeman,a.typeedu,a.typegrade
|
||||
,a.typejob,a.infee,a.outfee,a.quota,a.introhtml,a.targethtml,a.goalhtml,a.contenthtml,a.studyplace,a.studytime,a.certcc,a.certgradecc,a.jobcc,a.jobpositiongrade,a.difficulty
|
||||
,a.typejob,a.infee,a.outfee,a.accommofee,a.quota,a.introhtml,a.targethtml,a.goalhtml,a.contenthtml,a.studyplace,a.studytime,a.certcc,a.certgradecc,a.jobcc,a.jobpositiongrade,a.difficulty
|
||||
,a.isrefund,a.isuse,a.isseq,a.isdel,a.fgnocm,a.iscertificate,a.ischkatt
|
||||
,(select count(l.lectno) cnt from lect l where l.cmno = a.cmno and l.status =1 and l.ischanged=0) lectcnt
|
||||
from cm a
|
||||
|
|
|
|||
Loading…
Reference in New Issue