Commit 6ea00e32 by guojx

Merge branch 'feature-2023-12-data-rank' into 'master'

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

See merge request !1613
parents b2c1062c f3083aff
...@@ -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