|
@@ -456,7 +456,8 @@ public class UserLogic {
|
|
|
BeanUtils.copyProperties(user, userWxBean);
|
|
|
|
|
|
userWxBean.setShoppingCartNums(shoppingCartLogic.total(userWxBean.getUserId()));
|
|
|
- userWxBean.setServiceWorkerBean(userInfoMapper.queryWebsit(user.getUserId()));
|
|
|
+ // TODO 逻辑需要调整
|
|
|
+// userWxBean.setServiceWorkerBean(userInfoMapper.queryWebsit(user.getUserId()));
|
|
|
if (!StringUtil.isEmpty(user.getWebsitId())) {
|
|
|
AdminWebsit adminWebsit = adminWebsitService.getById(user.getWebsitId());
|
|
|
userWxBean.setAdminWebsit(adminWebsit);
|