Commit 287aa839 by 张跃

组织id

parent 0ea70850
...@@ -68,7 +68,7 @@ public interface CommonService { ...@@ -68,7 +68,7 @@ public interface CommonService {
if (CollectionUtils.isEmpty(orgResponseList)){ if (CollectionUtils.isEmpty(orgResponseList)){
return null; return null;
} }
return orgResponseList.stream().map(org -> org.getOrganizationId()).collect(Collectors.toList()); return orgResponseList.stream().map(org -> org.getOrganizationCode()).collect(Collectors.toList());
} }
return null; return null;
} }
......
...@@ -2952,7 +2952,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -2952,7 +2952,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
Integer orderType = requestVo.getOrderType(); Integer orderType = requestVo.getOrderType();
CouponAvailableCartInfo couponAvailableCartInfo; CouponAvailableCartInfo couponAvailableCartInfo;
List<String> orgCodes = commonService.getOrgCodes(partnerId, storeId); List<String> orgCodes = commonService.getOrgIdsForCoupon(partnerId, storeId);
// 获取购物车商品 // 获取购物车商品
List<CartGoods> cartGoodsList = assortmentSdkService.getShoppingCartForCoupon(partnerId, requestVo.getStoreId(), userId, "", shoppingCartBaseService); List<CartGoods> cartGoodsList = assortmentSdkService.getShoppingCartForCoupon(partnerId, requestVo.getStoreId(), userId, "", shoppingCartBaseService);
if (grayPush(partnerId,storeId,"2")) { if (grayPush(partnerId,storeId,"2")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment