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
747f0f85
Commit
747f0f85
authored
Mar 16, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
核销码
parent
b18a5b14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
GicOrderController.java
...aoban/manage/web/controller/order/GicOrderController.java
+1
-1
OrderListVO.java
.../java/com/gic/haoban/manage/web/vo/order/OrderListVO.java
+12
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/order/GicOrderController.java
View file @
747f0f85
...
@@ -487,7 +487,7 @@ public class GicOrderController {
...
@@ -487,7 +487,7 @@ public class GicOrderController {
Page
<
IntegralMallExchangeLogDTO
>
page
=
new
Page
<
IntegralMallExchangeLogDTO
>();
Page
<
IntegralMallExchangeLogDTO
>
page
=
new
Page
<
IntegralMallExchangeLogDTO
>();
page
.
setPageSize
(
1
);
page
.
setPageSize
(
1
);
page
.
setCurrentPage
(
1
);
page
.
setCurrentPage
(
1
);
Map
<
String
,
Object
>
params
=
new
HashMap
<>(
8
);
Map
<
String
,
Object
>
params
=
new
HashMap
<>();
params
.
put
(
"enterpriseId"
,
enterpriseId
);
params
.
put
(
"enterpriseId"
,
enterpriseId
);
params
.
put
(
"proType"
,
2
);
params
.
put
(
"proType"
,
2
);
params
.
put
(
"changeType"
,
4
);
params
.
put
(
"changeType"
,
4
);
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/order/OrderListVO.java
View file @
747f0f85
...
@@ -76,12 +76,24 @@ public class OrderListVO implements Serializable {
...
@@ -76,12 +76,24 @@ public class OrderListVO implements Serializable {
private
Date
pickUpTime
;
private
Date
pickUpTime
;
// 应付总额
// 应付总额
private
Double
mallProAllPrice
;
private
Double
mallProAllPrice
;
/**
* 核销吗code
*/
private
String
writeOffCode
;
/**
/**
* 评价
* 评价
*/
*/
private
EvaluateVO
evaluateVO
;
private
EvaluateVO
evaluateVO
;
public
String
getWriteOffCode
()
{
return
writeOffCode
;
}
public
void
setWriteOffCode
(
String
writeOffCode
)
{
this
.
writeOffCode
=
writeOffCode
;
}
public
EvaluateVO
getEvaluateVO
()
{
public
EvaluateVO
getEvaluateVO
()
{
return
evaluateVO
;
return
evaluateVO
;
}
}
...
...
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