Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
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
haoban3.0
haoban-manage3.0
Commits
1d352ed7
Commit
1d352ed7
authored
Jun 27, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段
parent
1d29ba66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
GicOrderRefundController.java
...manage/web/controller/order/GicOrderRefundController.java
+1
-0
OrderRefundDetailVO.java
...aoban/manage/web/vo/order/refund/OrderRefundDetailVO.java
+5
-5
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/order/GicOrderRefundController.java
View file @
1d352ed7
...
...
@@ -122,6 +122,7 @@ public class GicOrderRefundController {
}
}
vo
.
setCanAduitFlag
(
canAduitFlag
);
vo
.
setUsePoint
(
dto
.
getUsePoints
());
return
RestResponse
.
successResult
(
vo
);
}
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/order/refund/OrderRefundDetailVO.java
View file @
1d352ed7
...
...
@@ -148,7 +148,7 @@ public class OrderRefundDetailVO implements Serializable {
// 申请积分
private
Integer
applyRefundPoints
;
private
Integer
usePoint
s
;
private
Integer
usePoint
;
private
Integer
goodsType
;
private
String
goodsReferId
;
...
...
@@ -158,12 +158,12 @@ public class OrderRefundDetailVO implements Serializable {
private
OrderCouponDetailDTO
orderCouponDetail
;
public
Integer
getUsePoint
s
()
{
return
usePoint
s
;
public
Integer
getUsePoint
()
{
return
usePoint
;
}
public
void
setUsePoint
s
(
Integer
usePoints
)
{
this
.
usePoint
s
=
usePoints
;
public
void
setUsePoint
(
Integer
usePoint
)
{
this
.
usePoint
=
usePoint
;
}
public
Integer
getGoodsType
()
{
...
...
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