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
b6d6dd6b
Commit
b6d6dd6b
authored
Aug 16, 2019
by
daixing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导出社群码收益
parent
9c151683
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
template_bookGroupStatistics.ftl
.../main/resources/template/template_bookGroupStatistics.ftl
+2
-0
No files found.
pcloud-service-book/src/main/resources/template/template_bookGroupStatistics.ftl
View file @
b6d6dd6b
...
@@ -244,6 +244,7 @@
...
@@ -244,6 +244,7 @@
<
#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>
...
@@ -252,6 +253,7 @@
...
@@ -252,6 +253,7 @@
<
#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