Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
徐少华
midjourney-proxy
Commits
c1a8a019
Commit
c1a8a019
authored
Aug 15, 2019
by
daixing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix-参数
parent
8ef704af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
GroupScanTrendParamVO.java
.../java/com/pcloud/book/group/vo/GroupScanTrendParamVO.java
+17
-0
template_bookGroupStatistics.ftl
.../main/resources/template/template_bookGroupStatistics.ftl
+0
-2
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/group/vo/GroupScanTrendParamVO.java
View file @
c1a8a019
package
com
.
pcloud
.
book
.
group
.
vo
;
package
com
.
pcloud
.
book
.
group
.
vo
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.fasterxml.jackson.annotation.JsonInclude
;
import
com.fasterxml.jackson.annotation.JsonInclude
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModel
;
...
@@ -20,8 +21,16 @@ public class GroupScanTrendParamVO implements Serializable {
...
@@ -20,8 +21,16 @@ public class GroupScanTrendParamVO implements Serializable {
private
Long
wxGroupId
;
private
Long
wxGroupId
;
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
startDate
;
private
Date
startDate
;
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
endDate
;
private
Date
endDate
;
private
Integer
dayNum
;
private
Integer
dayNum
;
...
@@ -50,6 +59,10 @@ public class GroupScanTrendParamVO implements Serializable {
...
@@ -50,6 +59,10 @@ public class GroupScanTrendParamVO implements Serializable {
this
.
wxGroupId
=
wxGroupId
;
this
.
wxGroupId
=
wxGroupId
;
}
}
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
public
Date
getStartDate
()
{
public
Date
getStartDate
()
{
return
startDate
;
return
startDate
;
}
}
...
@@ -58,6 +71,10 @@ public class GroupScanTrendParamVO implements Serializable {
...
@@ -58,6 +71,10 @@ public class GroupScanTrendParamVO implements Serializable {
this
.
startDate
=
startDate
;
this
.
startDate
=
startDate
;
}
}
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
public
Date
getEndDate
()
{
public
Date
getEndDate
()
{
return
endDate
;
return
endDate
;
}
}
...
...
pcloud-service-book/src/main/resources/template/template_bookGroupStatistics.ftl
View file @
c1a8a019
...
@@ -244,7 +244,6 @@
...
@@ -244,7 +244,6 @@
<
#if app.itemList??>
<
#if app.itemList??>
<Row
ss:AutoFitHeight=
"0"
>
<Row
ss:AutoFitHeight=
"0"
>
<Cell
ss:StyleID=
"s94"
><Data
ss:Type=
"String"
>
商品名称
</Data></Cell>
<Cell
ss:StyleID=
"s94"
><Data
ss:Type=
"String"
>
商品名称
</Data></Cell>
<Cell
ss:StyleID=
"s94"
><Data
ss:Type=
"String"
>
浏览量
</Data></Cell>
<Cell
ss:StyleID=
"s94"
><Data
ss:Type=
"String"
>
销售量
</Data></Cell>
<Cell
ss:StyleID=
"s94"
><Data
ss:Type=
"String"
>
销售量
</Data></Cell>
<Cell
ss:StyleID=
"s94"
><Data
ss:Type=
"String"
>
销售总额(¥)
</Data></Cell>
<Cell
ss:StyleID=
"s94"
><Data
ss:Type=
"String"
>
销售总额(¥)
</Data></Cell>
<Cell
ss:StyleID=
"s94"
><Data
ss:Type=
"String"
>
收益额(¥)
</Data></Cell>
<Cell
ss:StyleID=
"s94"
><Data
ss:Type=
"String"
>
收益额(¥)
</Data></Cell>
...
@@ -253,7 +252,6 @@
...
@@ -253,7 +252,6 @@
<
#list app.itemList as appProduct>
<
#list app.itemList as appProduct>
<Row
ss:AutoFitHeight=
"0"
>
<Row
ss:AutoFitHeight=
"0"
>
<Cell
ss:StyleID=
"s95"
><Data
ss:Type=
"String"
>
${appProduct.productName!}
</Data></Cell>
<Cell
ss:StyleID=
"s95"
><Data
ss:Type=
"String"
>
${appProduct.productName!}
</Data></Cell>
<Cell
ss:StyleID=
"s96"
><Data
ss:Type=
"Number"
>
${appProduct.scanCounts!}
</Data></Cell>
<Cell
ss:StyleID=
"s96"
><Data
ss:Type=
"Number"
>
${appProduct.saleCounts!}
</Data></Cell>
<Cell
ss:StyleID=
"s96"
><Data
ss:Type=
"Number"
>
${appProduct.saleCounts!}
</Data></Cell>
<Cell
ss:StyleID=
"s96"
><Data
ss:Type=
"Number"
>
${appProduct.saleMoney!}
</Data></Cell>
<Cell
ss:StyleID=
"s96"
><Data
ss:Type=
"Number"
>
${appProduct.saleMoney!}
</Data></Cell>
<Cell
ss:StyleID=
"s96"
><Data
ss:Type=
"Number"
>
${appProduct.income!}
</Data></Cell>
<Cell
ss:StyleID=
"s96"
><Data
ss:Type=
"Number"
>
${appProduct.income!}
</Data></Cell>
...
...
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