<기능개선>
통합테스트목록 - {503}
FO/Views/CRoom/EstimationExam.cshtml
Dao/MyBatis/Maps/CRoom.xml - "cr.lectex"
This commit is contained in:
parent
ed8de3ed36
commit
bd794db687
|
|
@ -242,8 +242,6 @@
|
|||
inner join cmev d on d.cmno=b.cmno
|
||||
</sql>
|
||||
<select id="grade.lectgrades" parameterClass="hashtable" resultClass="lect">
|
||||
select a.*
|
||||
from (
|
||||
select a.*
|
||||
from (
|
||||
select a.lectno,b.userno
|
||||
|
|
@ -300,10 +298,7 @@
|
|||
<isNotEmpty property="sdateall" prepend="and">(case when c.cshape = 0 and b.isrebate = 0 then p.payoktime else b.sdate end) >= date_format(#sdateall#,'%Y-%m-%d 00:00:00')</isNotEmpty>
|
||||
<isNotEmpty property="edateall" prepend="and">(case when c.cshape = 2 then e.eend else b.edate end) <= date_format(#edateall#,'%Y-%m-%d 23:59:59')</isNotEmpty>
|
||||
<isNotNull property="asname" prepend="and">ua.asname like concat('%',#asname#,'%')</isNotNull>
|
||||
</dynamic>
|
||||
) a
|
||||
<dynamic prepend="where">
|
||||
<isNotNull property="edate" prepend="and">a.edatestring = #edate#</isNotNull>
|
||||
<isNotNull property="edate" prepend="and">date_format((case when c.cshape = 2 and e.eend is not null then e.eend else b.edate end),'%Y-%m-%d') = #edate#</isNotNull>
|
||||
</dynamic>
|
||||
) a
|
||||
<include refid="sql.pagedynamic"></include>
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
}
|
||||
}
|
||||
function showexam() {
|
||||
if (@Model.LectEX.ispass == 1) {
|
||||
if (@Model.LectEX.ispass == 0) {
|
||||
msg("수료기준을 통과하지 못하여 비공개처리되었습니다.");
|
||||
} else {
|
||||
//응시결과창
|
||||
|
|
|
|||
Loading…
Reference in New Issue