‘linchangsheng’ 1 week ago
parent
commit
a3ef73aa15

+ 1 - 1
src/main/java/com/gree/mall/miniapp/logic/order/ShoppingCartLogic.java

@@ -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();