Commit 56e1b2fe authored by jiaorz's avatar jiaorz

Merge branch 'master-count-vehicle' into base-modify

parents c2a07d94 901f1813
...@@ -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