记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
90607a68
Commit
90607a68
authored
Oct 12, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/new_member' into new_member
parents
f77b2888
93ac7ceb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
refundConfig.html
...s/templates/zhengzai/kylin/performances/refundConfig.html
+6
-6
KylinOrderTicketsServiceImpl.java
...vice/order/service/impl/KylinOrderTicketsServiceImpl.java
+1
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performances/refundConfig.html
View file @
90607a68
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
style=
"display: none"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label is-required"
>
手续费:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
手续费:
</label>
<div
class=
"col-sm-8"
th:if=
"*{isRefundPoundage==1}"
>
<div
class=
"col-sm-8"
th:if=
"*{isRefundPoundage==1}"
>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
style=
"display: none"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label is-required"
>
退优惠券:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
退优惠券:
</label>
<div
class=
"col-sm-8"
th:if=
"*{isRefundVoucher==1}"
>
<div
class=
"col-sm-8"
th:if=
"*{isRefundVoucher==1}"
>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
style=
"display: none"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label is-required"
>
快递费:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
快递费:
</label>
<div
class=
"col-sm-8"
th:if=
"*{isRefundExpress==1}"
>
<div
class=
"col-sm-8"
th:if=
"*{isRefundExpress==1}"
>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
...
@@ -95,19 +95,19 @@
...
@@ -95,19 +95,19 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
style=
"display: none"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
收货人:
</label>
<label
class=
"col-sm-3 control-label"
>
收货人:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<input
name=
"title"
th:field=
"*{orderRefundAddress.name}"
class=
"form-control"
type=
"text"
readonly
>
<input
name=
"title"
th:field=
"*{orderRefundAddress.name}"
class=
"form-control"
type=
"text"
readonly
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
style=
"display: none"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
电话:
</label>
<label
class=
"col-sm-3 control-label"
>
电话:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<input
name=
"title"
th:field=
"*{orderRefundAddress.phone}"
class=
"form-control"
type=
"text"
readonly
>
<input
name=
"title"
th:field=
"*{orderRefundAddress.phone}"
class=
"form-control"
type=
"text"
readonly
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
style=
"display: none"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
收货地址:
</label>
<label
class=
"col-sm-3 control-label"
>
收货地址:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<input
name=
"title"
th:field=
"*{orderRefundAddress.address}"
class=
"form-control"
type=
"text"
readonly
>
<input
name=
"title"
th:field=
"*{orderRefundAddress.address}"
class=
"form-control"
type=
"text"
readonly
>
...
...
liquidnet-bus-service/liquidnet-service-order/liquidnet-service-order-impl/src/main/java/com/liquidnet/service/order/service/impl/KylinOrderTicketsServiceImpl.java
View file @
90607a68
...
@@ -380,9 +380,8 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
...
@@ -380,9 +380,8 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
couponsAdvance
.
setCouponPrice
(
BigDecimal
.
ZERO
);
couponsAdvance
.
setCouponPrice
(
BigDecimal
.
ZERO
);
couponsAdvance
.
setCreatedAt
(
now
);
couponsAdvance
.
setCreatedAt
(
now
);
couponsList
.
add
(
couponsAdvance
);
couponsList
.
add
(
couponsAdvance
);
sqlsDataE
.
add
(
new
Object
[]{
sqlsDataE
.
add
(
new
Object
[]{
orderTicketId
,
payOrderParam
.
get
Voucher
Code
(),
typeVoucher
,
priceVoucher
,
now
,
now
orderTicketId
,
payOrderParam
.
get
Advance
Code
(),
typeVoucher
,
priceVoucher
,
now
,
now
});
});
}
}
...
...
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