|
@@ -274,11 +274,6 @@ public class TsfCartService {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- // 100개 이상 저장된 장바구니 삭제
|
|
|
|
|
- if("C".equals(cartGb) || cartGb.equals(TscConstants.CartGb.CART.value())) {
|
|
|
|
|
- deleteOldCart();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
result.put("cartSqList", cartSqList);
|
|
result.put("cartSqList", cartSqList);
|
|
|
result.put("goodsType", goodsType);
|
|
result.put("goodsType", goodsType);
|
|
|
result.put("cartGb", cartGb);
|
|
result.put("cartGb", cartGb);
|