Showing
1 changed file
with
1 additions
and
1 deletions
@@ -465,7 +465,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport | @@ -465,7 +465,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport | ||
465 | return cacheResult; | 465 | return cacheResult; |
466 | } | 466 | } |
467 | UnionShareUserBo bo = new UnionShareUserBo(); | 467 | UnionShareUserBo bo = new UnionShareUserBo(); |
468 | - if (uid == 0) { | 468 | + if (uid > 0) { |
469 | //获取数据库 | 469 | //获取数据库 |
470 | UnionShareUser unionShareUser = unionShareUserMapper.selectByUid(uid); | 470 | UnionShareUser unionShareUser = unionShareUserMapper.selectByUid(uid); |
471 | if (null != unionShareUser && unionShareUser.getStatus() == 1) { | 471 | if (null != unionShareUser && unionShareUser.getStatus() == 1) { |
-
Please register or login to post a comment