Commit eb7879f2 authored by jiaorz's avatar jiaorz

新增押金记录,修改租车核销

parent 1d3a3f16
...@@ -453,6 +453,7 @@ ...@@ -453,6 +453,7 @@
<if test="zoneId !=null"> <if test="zoneId !=null">
and bc2.zone_id = #{zoneId} and bc2.zone_id = #{zoneId}
</if> </if>
and is_del != 1
</where> </where>
</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