From 4c99ee7028c3fe58a2cd4b8273b22c75c45574fc Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期五, 16 五月 2025 10:27:41 +0800
Subject: [PATCH] 修改文档bug

---
 DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java |   87 ++++++++++++++++++++++++++++---------------
 1 files changed, 56 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..026b642 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,56 @@
-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 cn.hutool.http.HttpUtil;
+//import com.alibaba.fastjson.JSON;
+//import com.alibaba.fastjson.JSONObject;
+//import com.baomidou.mybatisplus.mapper.EntityWrapper;
+//import com.stylefeng.guns.core.util.ToolUtil;
+//import com.stylefeng.guns.modular.smallLogistics.server.IOrderLogisticsService;
+//import com.stylefeng.guns.modular.specialTrain.model.OrderPrivateCar;
+//import com.stylefeng.guns.modular.specialTrain.server.IOrderPrivateCarService;
+//import com.stylefeng.guns.modular.system.service.IDriverService;
+//import com.stylefeng.guns.modular.system.service.IOrderEvaluateService;
+//import com.stylefeng.guns.modular.system.service.IOrderPositionService;
+//import com.stylefeng.guns.modular.system.util.GoogleMap.FleetEngineUtil;
+//import com.stylefeng.guns.modular.system.warpper.ActivityWarpper;
+//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.text.SimpleDateFormat;
+//import java.util.Arrays;
+//import java.util.List;
+//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;
+//
+//    @Autowired
+//    private IDriverService driverService;
+//
+//    @Autowired
+//    IOrderPrivateCarService orderPrivateCarService;
+//
+//    @Autowired
+//    private FleetEngineUtil fleetEngineUtil;
+//
+//    @Test
+//    public void test(){
+//
+//
+//
+//    }
+//}

--
Gitblit v1.7.1