From c27525d7f3d39d9472ce9e8a386cdbae4e159a4c Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 22 十二月 2023 10:55:19 +0800 Subject: [PATCH] 修改bug --- DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java | 6 +++++- 1 files changed, 5 insertions(+), 1 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 23eea93..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,5 +1,6 @@ //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; @@ -20,10 +21,13 @@ // @Autowired // private IOrderEvaluateService orderEvaluateService; // +// @Autowired +// private IOrderLogisticsService orderLogisticsService; +// // @Test // public void test(){ // try { -// Map<String, Object> map = orderEvaluateService.queryEvaluate(3, 1, 10, 2508); +// orderLogisticsService.sendVerificationCode(3114, 3); // }catch (Exception e){ // e.printStackTrace(); // } -- Gitblit v1.7.1