Commit 073b34b3 authored by unset's avatar unset

修改车辆信息

parent 3db42a5a
...@@ -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