Commit d1b7f828 by guojx

好办小程序埋点分组接口调整:排序匹配前端

parent 3c5a23c9
...@@ -82,7 +82,7 @@ public class WechatEventTrackingStoreGroupQO extends StoreGroupCommonQO implemen ...@@ -82,7 +82,7 @@ public class WechatEventTrackingStoreGroupQO extends StoreGroupCommonQO implemen
jsonObject.put("orderByType", orderByType); jsonObject.put("orderByType", orderByType);
} }
if (orderByFields != null) { if (orderByFields != null) {
jsonObject.put("orderByFields", getDataApiOrderField()); jsonObject.put("orderByFields", orderByFields);
} }
jsonObject.put("pageNum", pageNum); jsonObject.put("pageNum", pageNum);
jsonObject.put("pageSize", pageSize); jsonObject.put("pageSize", pageSize);
......
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