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
d39c1d5e
Commit
d39c1d5e
authored
Nov 15, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master-bg-update' into base-modify
parents
0257a878
80f309a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
BgOrderListVo.java
...n/java/com/xxfc/platform/order/pojo/bg/BgOrderListVo.java
+2
-0
BaseOrderMapper.xml
...rder-server/src/main/resources/mapper/BaseOrderMapper.xml
+2
-1
No files found.
xx-order/xx-order-api/src/main/java/com/xxfc/platform/order/pojo/bg/BgOrderListVo.java
View file @
d39c1d5e
...
@@ -35,4 +35,6 @@ public class BgOrderListVo {
...
@@ -35,4 +35,6 @@ public class BgOrderListVo {
private
BigDecimal
realAmount
;
private
BigDecimal
realAmount
;
//支付方式
//支付方式
private
Integer
payWay
;
private
Integer
payWay
;
//订单详情ID
private
Integer
detailId
;
}
}
xx-order/xx-order-server/src/main/resources/mapper/BaseOrderMapper.xml
View file @
d39c1d5e
...
@@ -255,7 +255,8 @@
...
@@ -255,7 +255,8 @@
o1.start_time as startTime,
o1.start_time as startTime,
o1.end_time as endTime,
o1.end_time as endTime,
b1.real_amount as realAmount,
b1.real_amount as realAmount,
b1.pay_way as payWay
b1.pay_way as payWay,
o1.id as detailId
FROM
FROM
base_order b1
base_order b1
LEFT JOIN order_rent_vehicle_detail o1 ON b1.detail_id = o1.id
LEFT JOIN order_rent_vehicle_detail o1 ON b1.detail_id = o1.id
...
...
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