Commit dce992f2 by 陶光胜

门店控件修复

parent a7540b11
......@@ -93,6 +93,7 @@ public class GoDownComponent {
params.setMemberCardIdList(dataAuthUtils.getMbrAreaId(params.getUserId(), params.getEnterpriseId()));
/******线下渠道需要点击下钻,该值只会在线下时才会使用********/
LevelVo levelVo = this.storeSearchUtils.getLevel(params.getUserId(), params.getEnterpriseId(), params.getSearchJson());
log.info("params:{},,,levelVo:{}", JSON.toJSONString(params), JSON.toJSONString(levelVo));
if(params.getLevel() == StoreChannelEnum.ALL.getChannel()){
params.setLevel(levelVo.getLevel());
}
......
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