Commit 901f1813 authored by jiaorz's avatar jiaorz

后台订单bug

parent 0664fbdf
...@@ -130,6 +130,9 @@ ...@@ -130,6 +130,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