puzhibing
2023-12-08 30d6ddaa04fd7b66e2041f1856e182b7c6a94918
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
//package com.stylefeng.guns;
//
//import com.stylefeng.guns.modular.system.service.IOrderEvaluateService;
//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.Map;
//
///**
// * @author zhibing.pu
// * @Date 2023/12/5 11:22
// */
//@RunWith(SpringRunner.class)
//@SpringBootTest
//public class GunsApplicationTest {
//
//    @Autowired
//    private IOrderEvaluateService orderEvaluateService;
//
//    @Test
//    public void test(){
//        try {
//            Map<String, Object> map = orderEvaluateService.queryEvaluate(3, 1, 10, 2508);
//        }catch (Exception e){
//            e.printStackTrace();
//        }
//    }
//}