puzhibing
2023-06-20 f3672f3dbcb943bf2d21047bb0c474502bc29930
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
//package com.agentdriving.user;
//
//import com.agentdriving.user.modular.system.model.Order;
//import com.agentdriving.user.modular.system.service.IOrderService;
//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;
//
///**
// * @author zhibing.pu
// * @date 2023/6/8 14:36
// */
//@RunWith(SpringRunner.class)
//@SpringBootTest
//public class GunsApplicationTest {
//
//    @Autowired
//    private IOrderService orderService;
//
//    @Test
//    public void test(){
//        Order order1 = orderService.selectById(2067);
//        Order order = orderService.getOrderPrice(1, 11.793, 0, order1, null);
//        System.err.println(order);
//    }
//}