From 753c4aede53b07041841d9aa94859b59e366bd5d Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期一, 14 八月 2023 18:47:39 +0800
Subject: [PATCH] Merge branch '1.1' of http://120.76.84.145:10101/gitblit/r/java/SuperSaveDriving

---
 user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java b/user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java
new file mode 100644
index 0000000..5ba49aa
--- /dev/null
+++ b/user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java
@@ -0,0 +1,36 @@
+//package com.supersavedriving.user;
+//
+//import com.supersavedriving.user.modular.system.service.IOrderService;
+//import com.supersavedriving.user.modular.system.warpper.OrderPriceWarpper;
+//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;
+//
+///**
+// * @author zhibing.pu
+// * @date 2023/5/29 10:20
+// */
+//@RunWith(SpringRunner.class)
+//@SpringBootTest
+//public class GunsApplicationTest {
+//
+//    @Autowired
+//    private IOrderService orderService;
+//
+//
+//    @Test
+//    public void test(){
+//        OrderPriceWarpper orderPriceWarpper = null;
+//        try {
+//            orderPriceWarpper = orderService.calculationOfExpenses(14, 133L, null, 1, 0D);
+//        } catch (Exception e) {
+//            e.printStackTrace();
+//        }
+//        System.err.println(orderPriceWarpper);
+//    }
+//
+//
+//
+//}

--
Gitblit v1.7.1