Commit 095b21c6 by guojx

看数据-商品洞察-时间趋势默认排序调整

parent e804eb4b
......@@ -92,6 +92,8 @@ public class GoodsAnalysisController {
allList.add("no_clerk_id");
}
//转化金额
qo.setOrderByFields(qo.getOrderByFields() == null ? 12 : qo.getOrderByFields());
JSONObject jsonObject = (JSONObject) JSONObject.toJSON(qo);
jsonObject.put("clerkId", normalList.stream().collect(Collectors.joining(",")));
//8:合计 非8:列表
......
......@@ -43,11 +43,6 @@ public class GoodsAnalysisClerkDetailQO implements Serializable {
return pageSize == null ? 10 : pageSize;
}
public Integer getOrderByFields() {
//12转化金额
return orderByFields == null ? 12 : orderByFields;
}
public Integer getOrderByType() {
return orderByType == null ? 2 : orderByType;
}
......
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