feat(class): 添加班级状态排除查询功能
parent
b107443689
commit
9c42a93d50
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue