Commit 74e0daf5 by rongkailun

【修改】视频管理级别筛选

parent fcc0bf12
......@@ -69,7 +69,7 @@
</if>
<choose>
<when test="params.levels !=null">
AND levels = #{newsParams.levels}
AND levels = #{params.levels}
</when>
<otherwise>
AND levels > 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment