Commit 9680601b by guojx

目标跟进核心指标趋势分月

parent 2a4a34f1
......@@ -101,8 +101,12 @@ public class StoreTargetConfigController {
@RequestMapping(value = "get-target-chart")
@ResponseBody
public RestResponse getTargetChart(QueryDataStatisticsCommonQO qo) {
qo.setTimeType(null);
JSONObject jsonObject = getCommon(qo);
queryStoreGroupType(jsonObject, 8);
//因为有天,2条最多62调数据
jsonObject.put("pageNum", 1);
jsonObject.put("pageSize", 100);
//不传月参数,返回12条月数据。否则返回一条合计
Map<String, Object> res = StoreTargetConfigHttpUtils.http(jsonObject.toJSONString(),
"data_target_mgt_group_month_stat");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment