Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
0e9b0ba1
Commit
0e9b0ba1
authored
Apr 17, 2020
by
jiaorz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master-rentvehicle' into dev
parents
2ae7951a
bb923aae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
BgOrderListVo.java
...n/java/com/xxfc/platform/order/pojo/bg/BgOrderListVo.java
+2
-1
BaseOrderController.java
...ava/com/xxfc/platform/order/rest/BaseOrderController.java
+2
-0
BaseOrderMapper.xml
...rder-server/src/main/resources/mapper/BaseOrderMapper.xml
+3
-0
No files found.
xx-order/xx-order-api/src/main/java/com/xxfc/platform/order/pojo/bg/BgOrderListVo.java
View file @
0e9b0ba1
...
...
@@ -41,7 +41,8 @@ public class BgOrderListVo {
private
Integer
vehicleCode
;
private
Integer
userId
;
//押金退还状态
private
Integer
refundStatus
;
//员工身份
private
String
positionName
;
}
xx-order/xx-order-server/src/main/java/com/xxfc/platform/order/rest/BaseOrderController.java
View file @
0e9b0ba1
...
...
@@ -380,6 +380,8 @@ public class BaseOrderController extends CommonBaseController implements UserRes
private
Integer
type
;
private
String
phone
;
//违章押金退还状态
private
Integer
validStatus
;
/**
* 后台搜索条件:真实姓名
...
...
xx-order/xx-order-server/src/main/resources/mapper/BaseOrderMapper.xml
View file @
0e9b0ba1
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment