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
1ad5cdb1
Commit
1ad5cdb1
authored
Jul 25, 2019
by
libin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/base-modify' into base-modify
parents
91d53ff8
e81f72a1
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
6 deletions
+3
-6
OrderPriceVO.java
...java/com/xxfc/platform/order/pojo/price/OrderPriceVO.java
+2
-0
RentVehiclePriceVO.java
...om/xxfc/platform/order/pojo/price/RentVehiclePriceVO.java
+0
-2
TourPriceVO.java
.../java/com/xxfc/platform/order/pojo/price/TourPriceVO.java
+0
-4
OrderMemberService.java
...a/com/xxfc/platform/order/service/OrderMemberService.java
+1
-0
log.2019-07-17.log
xx-universal/xx-universal-server/logs/log.2019-07-17.log
+0
-0
sys.2019-07-17.log
xx-universal/xx-universal-server/logs/sys.2019-07-17.log
+0
-0
No files found.
xx-order/xx-order-api/src/main/java/com/xxfc/platform/order/pojo/price/OrderPriceVO.java
View file @
1ad5cdb1
...
@@ -13,4 +13,6 @@ public class OrderPriceVO {
...
@@ -13,4 +13,6 @@ public class OrderPriceVO {
public
BigDecimal
goodsAmount
;
public
BigDecimal
goodsAmount
;
@ApiModelProperty
(
value
=
"实际价格"
)
@ApiModelProperty
(
value
=
"实际价格"
)
public
BigDecimal
realAmount
;
public
BigDecimal
realAmount
;
@ApiModelProperty
(
value
=
"优惠券扣除的费用"
)
public
BigDecimal
couponAmount
;
}
}
xx-order/xx-order-api/src/main/java/com/xxfc/platform/order/pojo/price/RentVehiclePriceVO.java
View file @
1ad5cdb1
...
@@ -33,6 +33,4 @@ public class RentVehiclePriceVO extends OrderPriceVO{
...
@@ -33,6 +33,4 @@ public class RentVehiclePriceVO extends OrderPriceVO{
BigDecimal
damageSafePrice
;
BigDecimal
damageSafePrice
;
@ApiModelProperty
(
value
=
"费用详情"
)
@ApiModelProperty
(
value
=
"费用详情"
)
private
String
costDetail
;
private
String
costDetail
;
@ApiModelProperty
(
value
=
"优惠券扣除的费用"
)
private
BigDecimal
couponAmount
;
}
}
xx-order/xx-order-api/src/main/java/com/xxfc/platform/order/pojo/price/TourPriceVO.java
View file @
1ad5cdb1
...
@@ -53,8 +53,4 @@ public class TourPriceVO extends OrderPriceVO{
...
@@ -53,8 +53,4 @@ public class TourPriceVO extends OrderPriceVO{
//总人数
//总人数
@ApiModelProperty
(
value
=
"总人数"
)
@ApiModelProperty
(
value
=
"总人数"
)
private
Integer
totalNumber
;
private
Integer
totalNumber
;
//优惠券
@ApiModelProperty
(
value
=
"优惠券扣除的费用"
)
private
BigDecimal
couponAmount
;
}
}
xx-order/xx-order-server/src/main/java/com/xxfc/platform/order/service/OrderMemberService.java
View file @
1ad5cdb1
...
@@ -169,6 +169,7 @@ public class OrderMemberService extends AbstractOrderHandle<OrderMemberDetailBiz
...
@@ -169,6 +169,7 @@ public class OrderMemberService extends AbstractOrderHandle<OrderMemberDetailBiz
opv
.
setOrderAmount
(
orderAmount
);
opv
.
setOrderAmount
(
orderAmount
);
opv
.
setGoodsAmount
(
goodsAmount
);
opv
.
setGoodsAmount
(
goodsAmount
);
opv
.
setRealAmount
(
realAmount
);
opv
.
setRealAmount
(
realAmount
);
opv
.
setCouponAmount
(
couponAmount
);
return
opv
;
return
opv
;
}
}
...
...
xx-universal/xx-universal-server/logs/log.2019-07-17.log
deleted
100644 → 0
View file @
91d53ff8
xx-universal/xx-universal-server/logs/sys.2019-07-17.log
deleted
100644 → 0
View file @
91d53ff8
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