Commit 8c8b8b58 by guojx

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

parent 7b3cfbef
......@@ -131,11 +131,11 @@ public class TargetController {
if (chartType == null) {
chartType = 1;
}
JSONObject jsonObject = getCommon(qo, false);
if (StringUtils.isBlank(qo.getTime())) {
SimpleDateFormat df = new SimpleDateFormat("yyyy");
qo.setTime(df.format(new Date()));
}
JSONObject jsonObject = getCommon(qo, false);
jsonObject.put("targetYear", qo.getTime().substring(0, 4));
Map<String, Object> res = DataTargetHttpUtils.http(DataTargetHttpUtils.getParamNoPage(jsonObject).toJSONString(),
chartType == 1 ? "data_mbr_target_chart" : "data_mbr_target_cumulate_chart");
......
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