feat(class): 添加班级状态排除查询功能

dev
zhaokai 2026-03-10 11:12:33 +08:00
parent b107443689
commit 9c42a93d50
1 changed files with 3 additions and 0 deletions

View File

@ -256,6 +256,9 @@
and c.state = 2 and c.end_time <= now()
</if>
</if>
<if test="params.neState != null">
and c.state != #{params.neState}
</if>
</where>
order by
c.state,