|
|
@@ -510,7 +510,7 @@ public class UserLogic {
|
|
|
}
|
|
|
UserWxBean userWxBean = new UserWxBean();
|
|
|
BeanUtils.copyProperties(user, userWxBean);
|
|
|
- userWxBean.setShoppingCartNums(shoppingCartLogic.total(userWxBean.getUserId(), null));
|
|
|
+ userWxBean.setShoppingCartNums(shoppingCartLogic.total(userWxBean.getUserId(), currentCompanyWechat.getCurrentStorageId()));
|
|
|
userWxBean.setCompanyWechatMobile(currentCompanyWechat.getLinkPhone());
|
|
|
userWxBean.setModuleMaterialPart(currentCompanyWechat.getModuleMaterialPart());
|
|
|
userWxBean.setModuleWb(currentCompanyWechat.getModuleWb());
|