935090232@qq.com
2021-03-21 799622ea4d37aa6bb9fee457967532aa93d18594
zq-erp/src/test/java/com/matrix/JyyTests.java
@@ -1,5 +1,6 @@
package com.matrix;
import com.matrix.system.score.dao.ScoreVipDetailDao;
import com.matrix.system.shopXcx.dao.ShopOrderV2Dao;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -22,12 +23,18 @@
   @Autowired
   private ShopOrderV2Dao shopOrderV2Dao;
   @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"));
   }