Commit 2ee3bb57 by guojx

目标跟进核心指标趋势分月/累计

parent d120c441
......@@ -129,8 +129,7 @@ public class TargetController {
if (chartType == null) {
chartType = 1;
}
JSONObject jsonObject = new JSONObject();
jsonObject.put("enterpriseId", qo.getEnterpriseId());
JSONObject jsonObject = getCommon(qo, false);
Map<String, Object> res = DataTargetHttpUtils.http(DataTargetHttpUtils.getParamNoPage(jsonObject).toJSONString(),
chartType == 1 ? "data_mbr_target_chart" : "data_mbr_target_cumulate_chart");
return DataTargetHttpUtils.response(res);
......
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