...
|
...
|
@@ -465,7 +465,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport |
|
|
return cacheResult;
|
|
|
}
|
|
|
UnionShareUserBo bo = new UnionShareUserBo();
|
|
|
if (uid == 0) {
|
|
|
if (uid > 0) {
|
|
|
//获取数据库
|
|
|
UnionShareUser unionShareUser = unionShareUserMapper.selectByUid(uid);
|
|
|
if (null != unionShareUser && unionShareUser.getStatus() == 1) {
|
...
|
...
|
|