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
9680601b
Commit
9680601b
authored
Jun 15, 2023
by
guojx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
目标跟进核心指标趋势分月
parent
2a4a34f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
StoreTargetConfigController.java
...ge/web/controller/target/StoreTargetConfigController.java
+4
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/target/StoreTargetConfigController.java
View file @
9680601b
...
@@ -101,8 +101,12 @@ public class StoreTargetConfigController {
...
@@ -101,8 +101,12 @@ public class StoreTargetConfigController {
@RequestMapping
(
value
=
"get-target-chart"
)
@RequestMapping
(
value
=
"get-target-chart"
)
@ResponseBody
@ResponseBody
public
RestResponse
getTargetChart
(
QueryDataStatisticsCommonQO
qo
)
{
public
RestResponse
getTargetChart
(
QueryDataStatisticsCommonQO
qo
)
{
qo
.
setTimeType
(
null
);
JSONObject
jsonObject
=
getCommon
(
qo
);
JSONObject
jsonObject
=
getCommon
(
qo
);
queryStoreGroupType
(
jsonObject
,
8
);
queryStoreGroupType
(
jsonObject
,
8
);
//因为有天,2条最多62调数据
jsonObject
.
put
(
"pageNum"
,
1
);
jsonObject
.
put
(
"pageSize"
,
100
);
//不传月参数,返回12条月数据。否则返回一条合计
//不传月参数,返回12条月数据。否则返回一条合计
Map
<
String
,
Object
>
res
=
StoreTargetConfigHttpUtils
.
http
(
jsonObject
.
toJSONString
(),
Map
<
String
,
Object
>
res
=
StoreTargetConfigHttpUtils
.
http
(
jsonObject
.
toJSONString
(),
"data_target_mgt_group_month_stat"
);
"data_target_mgt_group_month_stat"
);
...
...
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