|
|
@@ -127,6 +127,10 @@ public class PlatformGoodsServiceImpl implements IPlatformGoodsService {
|
|
|
platformUserInfoVO.setPhone(userInfo.getPhone());
|
|
|
platformUserInfoVO.setStorageId(userInfo.getStorageId());
|
|
|
platformUserInfoVO.setStorageName(userInfo.getStorageName());
|
|
|
+ if (Objects.nonNull(corpsDesc)) {
|
|
|
+ platformUserInfoVO.setPointsBalance(corpsDesc.getPointsBalance());
|
|
|
+ platformUserInfoVO.setPointsBalance(corpsDesc.getPointsBalance());
|
|
|
+ }
|
|
|
return R.data(platformUserInfoVO);
|
|
|
}
|
|
|
}
|