feat(archives): 添加视频时长格式化功能
parent
5026b838a0
commit
be7ad67ed5
|
|
@ -227,7 +227,7 @@
|
||||||
<if test="params.examination != null and params.examination !='' ">
|
<if test="params.examination != null and params.examination !='' ">
|
||||||
and c.examination = #{params.examination}
|
and c.examination = #{params.examination}
|
||||||
</if>
|
</if>
|
||||||
<if test="params.examState != null and params.examState !='' ">
|
<if test="params.examState != null ">
|
||||||
<if test = "params.examState == 0"><!-- 待考试:班级结束前,且未通过考试 -->
|
<if test = "params.examState == 0"><!-- 待考试:班级结束前,且未通过考试 -->
|
||||||
and c.examination = 1 and s.state = 0 and c.end_time > now()
|
and c.examination = 1 and s.state = 0 and c.end_time > now()
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue