Commit d120c441 by guojx

目标跟进达成分析门店明细数据调整:默认正序

parent 42b1c72a
...@@ -156,7 +156,7 @@ public class TargetController { ...@@ -156,7 +156,7 @@ public class TargetController {
if (StringUtils.isNotBlank(sortField)) { if (StringUtils.isNotBlank(sortField)) {
jsonObject.put("orderByField", sortField + " " + sortType); jsonObject.put("orderByField", sortField + " " + sortType);
} else { } else {
jsonObject.put("orderByField", keyList.get(3) + " desc "); jsonObject.put("orderByField", keyList.get(3) + " asc ");
} }
Map<String, Object> res = DataTargetHttpUtils.http(DataTargetHttpUtils.getParam(pageQo, jsonObject).toJSONString(), Map<String, Object> res = DataTargetHttpUtils.http(DataTargetHttpUtils.getParam(pageQo, jsonObject).toJSONString(),
type <=3 ? (qo.getTimeType() == 1 ? "data_mbr_target_store_detail_year" : "data_mbr_target_store_detail_month") : (qo.getTimeType() == 1 ? type <=3 ? (qo.getTimeType() == 1 ? "data_mbr_target_store_detail_year" : "data_mbr_target_store_detail_month") : (qo.getTimeType() == 1 ?
......
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