Commit ae1ae5c5 by guojx

流失数据接口

parent 413e8163
......@@ -76,7 +76,7 @@ public class WechatWorkLostDetailQO implements Serializable {
public Integer getDataApiOrderField() {
Map<String, Integer> map = new HashMap<>(8);
map.put("remainDays", 1);
map.put("remainDays", 9);
return map.get(orderByFields) == null ? 1 : map.get(orderByFields);
}
......
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