From db7fa6a91b9534ac90e219b6f554c54c43c83a5a Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期三, 16 八月 2023 09:28:15 +0800 Subject: [PATCH] update --- driver/guns-admin/src/test/java/com/supersavedriving/driver/GunsApplicationTest.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/driver/guns-admin/src/test/java/com/supersavedriving/driver/GunsApplicationTest.java b/driver/guns-admin/src/test/java/com/supersavedriving/driver/GunsApplicationTest.java index 56d50ff..8c09153 100644 --- a/driver/guns-admin/src/test/java/com/supersavedriving/driver/GunsApplicationTest.java +++ b/driver/guns-admin/src/test/java/com/supersavedriving/driver/GunsApplicationTest.java @@ -7,6 +7,7 @@ //import com.supersavedriving.driver.modular.system.util.ResultUtil; //import com.supersavedriving.driver.modular.system.util.juhe.WeatherCityInfo; //import com.supersavedriving.driver.modular.system.util.juhe.WeatherUtil; +//import com.supersavedriving.driver.modular.system.warpper.PerformanceSummaryWarpper; //import org.junit.Test; //import org.junit.runner.RunWith; //import org.springframework.beans.BeanUtils; @@ -25,6 +26,6 @@ // // @Test // public void test() throws Exception { -// ResultUtil resultUtil = orderService.rejectionOrder(1, 1L); +// PerformanceSummaryWarpper performanceSummaryWarpper = orderService.queryPerformanceSummary(1, 1, "2023年", 3); // } //} -- Gitblit v1.7.1