| | |
| | | import com.panzhihua.common.model.vos.community.acid.ComActAcidRecordVO; |
| | | import com.panzhihua.common.model.vos.community.microCommercialStreet.McsLoginUserInfoVO; |
| | | import com.panzhihua.common.model.vos.sanshuo.ComSanshuoExpertVO; |
| | | import com.panzhihua.common.model.vos.shop.ComShopUserAddressVO; |
| | | import com.panzhihua.common.model.vos.user.*; |
| | | import com.panzhihua.common.service.community.CommunityService; |
| | | import com.panzhihua.common.utlis.*; |
| | |
| | | loginUserInfoVO.setIsPoint(false); |
| | | } |
| | | } |
| | | |
| | | //默认地址 |
| | | ComShopUserAddressVO comShopUserAddressVO = userDao.selectDefaultAddressVO(userId); |
| | | if (nonNull(comShopUserAddressVO)){ |
| | | loginUserInfoVO.setComShopUserAddressVO(comShopUserAddressVO); |
| | | } |
| | | return R.ok(loginUserInfoVO); |
| | | } |
| | | |