Commit 632beb12 by guojx

趋势图

parent 194e9060
......@@ -156,8 +156,9 @@ public class DataController {
|| apolloKey.contains("month") || apolloKey.contains("day") ||
apolloKey.contains("week"))
&& jsonObject.containsKey("storeGroup") &&
(jsonObject.getInteger("storeGroup") == 3 || jsonObject.getInteger("storeGroup") == 4
|| jsonObject.getInteger("storeGroup") == 2);
((apolloKey.contains("data_sales") &&
(jsonObject.getInteger("storeGroup") == 3 || jsonObject.getInteger("storeGroup") == 4))
|| (apolloKey.contains("data_mbr") && jsonObject.getInteger("storeGroup") == 2));
if (isNeedFill) {
List<JSONObject> resultList = DataApiUtils.getDataList(res);
List<String> dateTypeList = null;
......
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