Commit f3083aff by guojx

如果是前端传了门店id参数,则用前端的

parent da2f810a
...@@ -338,7 +338,7 @@ public class DataController { ...@@ -338,7 +338,7 @@ public class DataController {
String apolloKey = qo.getApolloKey(); String apolloKey = qo.getApolloKey();
boolean notNeedStoreIdParam = "data_store_rank_index_info".equals(apolloKey); boolean notNeedStoreIdParam = "data_store_rank_index_info".equals(apolloKey);
if (notNeedStoreIdParam) { if (notNeedStoreIdParam && !hasStoreId) {
jsonObject.remove("storeId"); jsonObject.remove("storeId");
} }
......
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