Commit a7894d1f authored by unset's avatar unset

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

parents 154806c7 073b34b3
......@@ -33,7 +33,7 @@
<if test="companyId !=null ">
and ( ci.id = #{companyId})
</if>
and v.is_del = 0 and v.status &lt; 3
and v.is_del = 0
</where>
order by vci.upd_time DESC
</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