Commit 24ed28ad by 陶光胜

观云台小程序

parent eb2027b7
......@@ -51,9 +51,9 @@ public class BaseSalesController {
Integer maxLevel = 0;
/******线下渠道需要点击下钻,该值只会在线下时才会使用********/
LevelVo levelVo = this.storeSearchUtils.getLevel(qo.getUserId(), qo.getEnterpriseId(), qo.getSearchJSON());
maxLevel = levelVo.getMaxLevel();
if(qo.getLevel() == null){
qo.setLevel(levelVo.getLevel());
maxLevel = levelVo.getMaxLevel();
}
/****首页进入基础页面时,如果渠道为空,根据当前条件判断渠道,channel==null表示多渠道***/
if(qo.getChannel() == 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