feat(archives): 添加视频时长格式化功能

dev
zhaokai 2026-03-11 15:33:26 +08:00
parent 5026b838a0
commit be7ad67ed5
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@
<if test="params.examination != null and params.examination !='' ">
and c.examination = #{params.examination}
</if>
<if test="params.examState != null and params.examState !='' ">
<if test="params.examState != null ">
<if test = "params.examState == 0"><!-- 待考试:班级结束前,且未通过考试 -->
and c.examination = 1 and s.state = 0 and c.end_time > now()
</if>