bug
jiangqs
2023-08-30 569ccbaa7bd63768ed5efada1f0c9967264782d4
ruoyi-modules/ruoyi-order/src/test/java/com/ruoyi/order/orderTest.java
@@ -1,6 +1,8 @@
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;
@@ -22,12 +24,12 @@
    @Resource
    private OrderService orderService;
    /*@Test
    @Test
    public void main() {
        MgtBasePlatformDto mgtBasePlatformDto = new MgtBasePlatformDto();
        orderService.getPlTotalOrderTotal(mgtBasePlatformDto);
    }*/
    }
}