From ee974ae0aff4f71fce7dde80172159d991754623 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期二, 13 六月 2023 16:52:03 +0800 Subject: [PATCH] 修改bug --- user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 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 index ce79b7d..5ba49aa 100644 --- a/user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java +++ b/user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java @@ -1,6 +1,10 @@ //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; // @@ -12,8 +16,20 @@ //@SpringBootTest //public class GunsApplicationTest { // +// @Autowired +// private IOrderService orderService; // -//// public void +// +// @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