From 26173f341341e360dd55e2739be4686070e7ed9d Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期四, 18 五月 2023 16:35:11 +0800
Subject: [PATCH] 修改支付

---
 driver/guns-admin/src/test/java/com/supersavedriving/driver/GunsApplicationTest.java |    8 +++++---
 1 files changed, 5 insertions(+), 3 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 639e49a..56d50ff 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
@@ -2,7 +2,9 @@
 //
 //import com.supersavedriving.driver.modular.system.model.WeatherCity;
 //import com.supersavedriving.driver.modular.system.service.IAccountChangeDetailService;
+//import com.supersavedriving.driver.modular.system.service.IOrderService;
 //import com.supersavedriving.driver.modular.system.service.IWeatherCityService;
+//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 org.junit.Test;
@@ -18,11 +20,11 @@
 //public class GunsApplicationTest {
 //
 //    @Autowired
-//    private IAccountChangeDetailService accountChangeDetailService;
+//    private IOrderService orderService;
 //
 //
 //    @Test
-//    public void test(){
-//        accountChangeDetailService.deductionInsurance();
+//    public void test() throws Exception {
+//        ResultUtil resultUtil = orderService.rejectionOrder(1, 1L);
 //    }
 //}

--
Gitblit v1.7.1