Commit a7894d1f authored by unset's avatar unset

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

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