Commit 18dcf7d4 by guojx

Merge branch 'feature-2023-01-目标配置' into 'developer'

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

See merge request !948
parents b53d9e55 8c8b8b58
......@@ -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