Commit 858da483 authored by jiaorz's avatar jiaorz

添加积分补充接口

parent a5918261
......@@ -22,10 +22,10 @@
and v.number_plate = #{numberPlate}
</if>
<if test="type != null">
and v.type = #{type}
and vwn.type = #{type}
</if>
<if test="colorType != null">
and color_type = #{colorType}
and vwn.color_type = #{colorType}
</if>
</select>
......
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