From e2445003ce60e60b338cbf6ce837b60c2ee9adef Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Wed, 07 Apr 2021 11:55:53 +0800
Subject: [PATCH] 修改头像
---
zq-erp/src/test/java/com/matrix/JyyTests.java | 33 +++++++++++----------------------
1 files changed, 11 insertions(+), 22 deletions(-)
diff --git a/zq-erp/src/test/java/com/matrix/JyyTests.java b/zq-erp/src/test/java/com/matrix/JyyTests.java
index 3d26abb..7dec718 100644
--- a/zq-erp/src/test/java/com/matrix/JyyTests.java
+++ b/zq-erp/src/test/java/com/matrix/JyyTests.java
@@ -1,8 +1,9 @@
package com.matrix;
+import com.matrix.system.hive.service.imp.SysVipInfoServiceImpl;
import com.matrix.system.score.dao.ScoreVipDetailDao;
+import com.matrix.system.score.service.ScoreVipDetailService;
import com.matrix.system.shopXcx.dao.ShopOrderV2Dao;
-import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@@ -26,29 +27,17 @@
@Autowired
ScoreVipDetailDao scoreVipDetailDao;
- /**
- *
- */
- @Test
- public void scoreVipDetailDao() throws InterruptedException {
- System.out.println( scoreVipDetailDao.selectUserTotalScore("oJkRK4yelehsY4S7I6Ee1ydWtQMI",null));
- }
-
- @Test
- public void testSelectReceivedOrderCount() throws InterruptedException {
- System.out.println( shopOrderV2Dao.selectReceivedOrderCount("oJkRK4yelehsY4S7I6Ee1ydWtQMI"));
- }
-
- @Test
- public void testCountOrderAmount() throws InterruptedException {
- System.out.println( shopOrderV2Dao.countOrderAmount("oJkRK4yelehsY4S7I6Ee1ydWtQMI"));
- }
+ @Autowired
+ ScoreVipDetailService scoreVipDetailService;
- @Test
- public void countBuyZdcp() throws InterruptedException {
- System.out.println( shopOrderV2Dao.countBuyZdcp("oJkRK4yelehsY4S7I6Ee1ydWtQMI","1167,1263,1262"));
- }
+ @Autowired
+ SysVipInfoServiceImpl sysVipInfoService;
+
+
+
+
+
}
--
Gitblit v1.9.1