Commit 4797193f by 陶光胜

Merge branch 'developer' into 'master'

Developer

See merge request !33
parents e137445f b188da00
...@@ -64,6 +64,7 @@ public class StoreSearchUtils { ...@@ -64,6 +64,7 @@ public class StoreSearchUtils {
} }
JSONObject json = JSON.parseObject(searchJson); JSONObject json = JSON.parseObject(searchJson);
StoreSearchQo storeSearchQo = json.getObject(StoreChannelEnum.OFFLINE.getChannel().toString(), StoreSearchQo.class); StoreSearchQo storeSearchQo = json.getObject(StoreChannelEnum.OFFLINE.getChannel().toString(), StoreSearchQo.class);
log.info("searchJSON:{},storeSearchQo:{}", searchJson, JSON.toJSONString(storeSearchQo));
if(storeSearchQo != null){ if(storeSearchQo != null){
return storeSearchQo.getHasWgs() & dataAuthDTO.getNoOwnerStore(); return storeSearchQo.getHasWgs() & dataAuthDTO.getNoOwnerStore();
} }
......
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