|
@@ -165,7 +165,7 @@ public class ShoppingCartLogic {
|
|
|
public ShoppingCartDetail addOne(HttpServletRequest request,ShoppingCartBean shoppingCartBean) throws RemoteServiceException, InterruptedException {
|
|
|
CurrentCompanyWechat currentCompanyWechat = commonLogic.getCurrentCompanyWechat(request);
|
|
|
|
|
|
- String userId = shoppingCartBean.getUserId();
|
|
|
+ String userId = currentCompanyWechat.getUserId();
|
|
|
User user = userService.getById(userId);
|
|
|
|
|
|
List<BuyGood> buyGoods = shoppingCartBean.getBuyGoods();
|