From 6cf96db63816ea276b51049c9420e8a10c10670b Mon Sep 17 00:00:00 2001 From: xhxu Date: Thu, 3 Sep 2020 19:43:51 +0800 Subject: [PATCH] update --- .../test/java/com/iformall/b/CouponsendTest.java | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mallinkBApi/src/test/java/com/iformall/b/CouponsendTest.java b/mallinkBApi/src/test/java/com/iformall/b/CouponsendTest.java index fe3a47dc8..8b4ed1d8e 100644 --- a/mallinkBApi/src/test/java/com/iformall/b/CouponsendTest.java +++ b/mallinkBApi/src/test/java/com/iformall/b/CouponsendTest.java @@ -42,21 +42,6 @@ public class CouponsendTest { @Autowired private MockMvc mockMvc; - @Autowired - private WxLevelConfigService wxLevelConfigService; - - @Test - public void test1() throws Exception{ - List byTenantInfo = wxLevelConfigService.getByTenantInfo(new TenantEntity() {{ - setTenantId("789"); - }}); - List byTenantInfo1 = wxLevelConfigService.getByTenantInfo(new TenantEntity() {{ - setTenantId("789"); - }}); - log.info(byTenantInfo1.toString()); - - } - /** * 商户注券::卡券列表::全部 */