nickchange
2023-11-29 d4fbea2ac7f7c98ffd83480f8f2535ca92f3baea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
//package com.dsh;
//
//import com.dsh.activity.model.CouponListVo;
//import com.dsh.activity.service.UserCouponService;
//import org.junit.Test;
//import org.junit.runner.RunWith;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.boot.test.context.SpringBootTest;
//import org.springframework.test.context.junit4.SpringRunner;
//
//import java.util.List;
//
///**
// * @author zhibing.pu
// * @date 2023/7/13 11:06
// */
//@RunWith(SpringRunner.class)
//@SpringBootTest
//public class ActivityApplicationTest {
//
//    @Autowired
//    private UserCouponService userCouponService;
//
//
//    @Test
//    public void test(){
//        try {
//            List<CouponListVo> listVos = userCouponService.queryAvailableCouponList(2, 1, 100D, "104.05355745443381", "30.58826498179587");
//            System.err.println(listVos);
//
//        }catch (Exception e){
//            e.printStackTrace();
//        }
//    }
//}