Commit eb9ba0af by guojx

好办小程序埋点导购明细接口调整:排序匹配前端

parent d1b7f828
...@@ -101,7 +101,7 @@ public class WechatEventTrackingClerkDetailQO implements Serializable { ...@@ -101,7 +101,7 @@ public class WechatEventTrackingClerkDetailQO implements Serializable {
jsonObject.put("orderByType", orderByType); jsonObject.put("orderByType", orderByType);
} }
if (orderByFields != null) { if (orderByFields != null) {
jsonObject.put("orderByFields", getDataApiOrderField()); jsonObject.put("orderByFields", orderByFields);
} }
if (isLogin != null) { if (isLogin != null) {
jsonObject.put("isLogin", isLogin); jsonObject.put("isLogin", isLogin);
......
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