From d06bbceccd3469a0aedce0ed6276916f44e2b194 Mon Sep 17 00:00:00 2001
From: luo <2855143437@qq.com>
Date: 星期五, 26 一月 2024 17:53:06 +0800
Subject: [PATCH] 1.27

---
 DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java |   66 +++++++++++++++++---------------
 1 files changed, 35 insertions(+), 31 deletions(-)

diff --git a/DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java b/DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java
index 0786065..e00f295 100644
--- a/DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java
+++ b/DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java
@@ -1,31 +1,35 @@
-package com.stylefeng.guns;
-
-import com.stylefeng.guns.modular.system.service.IOrderEvaluateService;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.boot.test.context.SpringBootTest;
-import org.springframework.test.context.junit4.SpringRunner;
-
-import java.util.Map;
-
-/**
- * @author zhibing.pu
- * @Date 2023/12/5 11:22
- */
-@RunWith(SpringRunner.class)
-@SpringBootTest
-public class GunsApplicationTest {
-
-    @Autowired
-    private IOrderEvaluateService orderEvaluateService;
-
-    @Test
-    public void test(){
-        try {
-            Map<String, Object> map = orderEvaluateService.queryEvaluate(3, 1, 10, 2508);
-        }catch (Exception e){
-            e.printStackTrace();
-        }
-    }
-}
+//package com.stylefeng.guns;
+//
+//import com.stylefeng.guns.modular.smallLogistics.server.IOrderLogisticsService;
+//import com.stylefeng.guns.modular.system.service.IOrderEvaluateService;
+//import org.junit.Test;
+//import org.junit.runner.RunWith;
+//import org.springframework.beans.factory.annotation.Autowired;
+//import org.springframework.boot.test.context.SpringBootTest;
+//import org.springframework.test.context.junit4.SpringRunner;
+//
+//import java.util.Map;
+//
+///**
+// * @author zhibing.pu
+// * @Date 2023/12/5 11:22
+// */
+//@RunWith(SpringRunner.class)
+//@SpringBootTest
+//public class GunsApplicationTest {
+//
+//    @Autowired
+//    private IOrderEvaluateService orderEvaluateService;
+//
+//    @Autowired
+//    private IOrderLogisticsService orderLogisticsService;
+//
+//    @Test
+//    public void test(){
+//        try {
+//            orderLogisticsService.sendVerificationCode(3114, 3);
+//        }catch (Exception e){
+//            e.printStackTrace();
+//        }
+//    }
+//}

--
Gitblit v1.7.1