Commit 377770c3 by 阳浪

投稿列表查询

parent 46ef701b
......@@ -53,7 +53,7 @@
and a.release_time >= #{start}
</if>
<if test="number != null">
and a.number >= #{number}
and a.number = #{number}
</if>
<if test="level != null and level == 1">
and a.type_one=#{typeId}
......
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