feat(class): 添加班级状态排除查询功能
parent
b107443689
commit
9c42a93d50
|
|
@ -256,6 +256,9 @@
|
||||||
and c.state = 2 and c.end_time <= now()
|
and c.state = 2 and c.end_time <= now()
|
||||||
</if>
|
</if>
|
||||||
</if>
|
</if>
|
||||||
|
<if test="params.neState != null">
|
||||||
|
and c.state != #{params.neState}
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by
|
order by
|
||||||
c.state,
|
c.state,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue