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
2a4a34f1
Commit
2a4a34f1
authored
Jun 15, 2023
by
zhangweipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
目标管理进度诊断+ fix4
parent
a3140948
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
StoreTargetConfigController.java
...ge/web/controller/target/StoreTargetConfigController.java
+5
-2
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/target/StoreTargetConfigController.java
View file @
2a4a34f1
...
@@ -339,6 +339,8 @@ public class StoreTargetConfigController {
...
@@ -339,6 +339,8 @@ public class StoreTargetConfigController {
//聚合成一条
//聚合成一条
queryStoreGroupType
(
jsonObject
,
8
);
queryStoreGroupType
(
jsonObject
,
8
);
LOGGER
.
info
(
"会员销售额树 {}"
,
jsonObject
.
toJSONString
());
LOGGER
.
info
(
"会员销售额树 {}"
,
jsonObject
.
toJSONString
());
jsonObject
.
put
(
"orderByFields"
,
5
);
jsonObject
.
put
(
"orderByType"
,
1
);
//总数据查询
//总数据查询
Map
<
String
,
Object
>
totalRes
=
StoreTargetConfigHttpUtils
.
http
(
jsonObject
.
toJSONString
(),
Map
<
String
,
Object
>
totalRes
=
StoreTargetConfigHttpUtils
.
http
(
jsonObject
.
toJSONString
(),
...
@@ -373,7 +375,7 @@ public class StoreTargetConfigController {
...
@@ -373,7 +375,7 @@ public class StoreTargetConfigController {
"data_target_mgt_mbr_harch_stat"
);
"data_target_mgt_mbr_harch_stat"
);
LOGGER
.
info
(
"漏斗返回 {}"
,
JSONObject
.
toJSONString
(
totalRes
));
LOGGER
.
info
(
"漏斗返回 {}"
,
JSONObject
.
toJSONString
(
totalRes
));
return
StoreTargetConfigHttpUtils
.
response
PageOne
(
totalRes
);
return
StoreTargetConfigHttpUtils
.
response
Rest
(
totalRes
);
}
}
...
@@ -412,7 +414,8 @@ public class StoreTargetConfigController {
...
@@ -412,7 +414,8 @@ public class StoreTargetConfigController {
"data_target_mgt_harch_631_stat"
);
"data_target_mgt_harch_631_stat"
);
LOGGER
.
info
(
"金字塔返回 {}"
,
JSONObject
.
toJSONString
(
totalRes
));
LOGGER
.
info
(
"金字塔返回 {}"
,
JSONObject
.
toJSONString
(
totalRes
));
return
StoreTargetConfigHttpUtils
.
response
PageOne
(
totalRes
);
return
StoreTargetConfigHttpUtils
.
response
Rest
(
totalRes
);
}
}
}
}
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