From dceeb9c3063ff9bbeb408dc14e036427fef6045f Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期五, 25 八月 2023 11:13:41 +0800
Subject: [PATCH] 新增加司机端接口

---
 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