Commit ea3e820b authored by unset's avatar unset

Merge branch 'master-vehicle-price' into dev-tiande

parents 5c4a3b11 9eeb97e9
......@@ -33,6 +33,9 @@
<if test="companyId !=null ">
and ( ci.id = #{companyId})
</if>
<if test="numberPlate != null">
and v.number_plate = #{numberPlate}
</if>
and v.is_del = 0
</where>
order by vci.upd_time DESC
......
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