Commit 0e9b0ba1 authored by jiaorz's avatar jiaorz

Merge branch 'master-rentvehicle' into dev

parents 2ae7951a bb923aae
......@@ -41,7 +41,8 @@ public class BgOrderListVo {
private Integer vehicleCode;
private Integer userId;
//押金退还状态
private Integer refundStatus;
//员工身份
private String positionName;
}
......@@ -380,6 +380,8 @@ public class BaseOrderController extends CommonBaseController implements UserRes
private Integer type;
private String phone;
//违章押金退还状态
private Integer validStatus;
/**
* 后台搜索条件:真实姓名
......
......@@ -250,6 +250,9 @@
<if test="status != null">
and status = #{status}
</if>
<if test="validStatus != null">
and refundStatus = #{status}
</if>
<if test="type != null">
and type = #{type}
</if>
......
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