From 04ae1bf1c6b3f0498dfd180275a6d4255a8dce5e Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 26 五月 2023 15:14:24 +0800 Subject: [PATCH] 修改bug --- 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