Commit 25963689 authored by jiaorz's avatar jiaorz

fdsf

parent 82003e48
...@@ -127,6 +127,9 @@ ...@@ -127,6 +127,9 @@
</foreach> </foreach>
</if> </if>
<if test="userId != null">
and b.user_id = #{userId}
</if>
<if test="status != null"> <if test="status != null">
and b.status = #{status} and b.status = #{status}
</if> </if>
......
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