huanghongfa
2021-04-21 aed9f32d06e11082a977a77731541d4837d070c3
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComShopCartService.java
@@ -43,13 +43,6 @@
     */
    R shopDelCart(List<Long> Ids);
    /**
     * 查询用户购物车商品数量
     * @param userId    用户id
     * @return  用户购物车商品数量
     */
    R shopCartUserTotal(Long userId);
}