//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);
|
// }
|
//}
|