Commit 3da269be by guojx

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

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

See merge request !943
parents 8a4c88d1 d120c441
......@@ -156,7 +156,7 @@ public class TargetController {
if (StringUtils.isNotBlank(sortField)) {
jsonObject.put("orderByField", sortField + " " + sortType);
} 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(),
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