Commit 09b70dba by 陶光胜

观云台小程序

parent f06d03c4
......@@ -64,6 +64,7 @@ public class StoreSearchUtils {
}
JSONObject json = JSON.parseObject(searchJson);
StoreSearchQo storeSearchQo = json.getObject(StoreChannelEnum.OFFLINE.getChannel().toString(), StoreSearchQo.class);
log.info("searchJSON:{},storeSearchQo:{}", searchJson, JSON.toJSONString(storeSearchQo));
if(storeSearchQo != null){
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