Commit 63c75396 authored by shiyu's avatar shiyu

checkIsMine新增藏家身份判断2

parent 019191db
...@@ -274,6 +274,7 @@ public class SelfPageServiceImpl implements SelfPageService { ...@@ -274,6 +274,7 @@ public class SelfPageServiceImpl implements SelfPageService {
map.put("isCollector", false); map.put("isCollector", false);
} }
} }
return Result.success(map);
} catch (Exception e) { } catch (Exception e) {
logger.error("判断主客态 error : {}", e); logger.error("判断主客态 error : {}", e);
} }
......
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