| | |
| | | package com.ruoyi.order; |
| | | |
| | | import com.ruoyi.order.service.order.OrderService; |
| | | import com.ruoyi.system.api.domain.dto.MgtBasePlatformDto; |
| | | import org.junit.Test; |
| | | import org.junit.runner.RunWith; |
| | | import org.springframework.boot.test.context.SpringBootTest; |
| | | import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; |
| | |
| | | @Resource |
| | | private OrderService orderService; |
| | | |
| | | /*@Test |
| | | @Test |
| | | public void main() { |
| | | MgtBasePlatformDto mgtBasePlatformDto = new MgtBasePlatformDto(); |
| | | orderService.getPlTotalOrderTotal(mgtBasePlatformDto); |
| | | |
| | | }*/ |
| | | } |
| | | |
| | | |
| | | } |