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
1
Merge Requests
1
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
824d3afe
Commit
824d3afe
authored
Jan 30, 2024
by
songyinghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature:排序字段
parent
c676a4fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
MaterialReportQO.java
...an/manage/web/qo/content/statistics/MaterialReportQO.java
+5
-0
MaterialStoreAnalyzeDataQO.java
...web/qo/content/statistics/MaterialStoreAnalyzeDataQO.java
+2
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/qo/content/statistics/MaterialReportQO.java
View file @
824d3afe
...
...
@@ -55,6 +55,11 @@ public class MaterialReportQO extends MaterialStatisticsBaseQO {
map
.
put
(
"convSalesAmt"
,
12
);
map
.
put
(
"convSalesAmtRank"
,
13
);
map
.
put
(
"convSalesAmtRatio"
,
14
);
map
.
put
(
"offlineConvUserNum"
,
15
);
map
.
put
(
"offlineConvUserNumRatio"
,
16
);
map
.
put
(
"offlineConvSalesAmt"
,
17
);
map
.
put
(
"offlineConvSalesAmtRank"
,
18
);
map
.
put
(
"offlineConvSalesAmtRatio"
,
19
);
return
map
;
}
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/qo/content/statistics/MaterialStoreAnalyzeDataQO.java
View file @
824d3afe
...
...
@@ -37,6 +37,8 @@ public class MaterialStoreAnalyzeDataQO extends MaterialStatisticsBaseQO {
map
.
put
(
"clickUserNum"
,
7
);
map
.
put
(
"convUserNum"
,
8
);
map
.
put
(
"convSalesNmt"
,
9
);
map
.
put
(
"offlineConvUserNum"
,
10
);
map
.
put
(
"offlineConvSalesNmt"
,
11
);
return
map
;
}
...
...
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