mock-rc8 / bunjang_server_ray_kevin

0 stars 1 forks source link

개수세기 관련 코드 utils/Utils에 정리해놓았습니다. #4

Open ray-yhc opened 2 years ago

ray-yhc commented 2 years ago

사용방법은 Verifier와 같습니다!


    private Utils utils;
    @Autowired
    public void setUtils(Utils utils) {
        this.utils = utils;
    // ...
        utils.getViewCount(4);
        utils.getBasketCountByProductId(5);
        utils.getReviewCountByProductId(4);
        utils.getReviewCountByStoreId(1);
        utils.getTotalReviewAvgByStoreId(1);
        utils.getFollowByStoreId(14);
        utils.getFollowingByStoreId(1);

    // ...
shinyehwan commented 2 years ago
ray-yhc commented 2 years ago

잘 사용할게요!!