jyy
2021-04-07 e63d043f012ef050738c01082ef5cbfd1f0abbbc
zq-erp/src/test/java/com/matrix/JyyTests.java
@@ -1,7 +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;
@@ -22,26 +24,20 @@
   @Autowired
   private ShopOrderV2Dao shopOrderV2Dao;
   @Autowired
   ScoreVipDetailDao scoreVipDetailDao;
   @Autowired
   ScoreVipDetailService scoreVipDetailService;
   /**
    *
    */
   @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
   SysVipInfoServiceImpl sysVipInfoService;
   @Test
   public void countBuyZdcp() throws InterruptedException {
      System.out.println( shopOrderV2Dao.countBuyZdcp("oJkRK4yelehsY4S7I6Ee1ydWtQMI","1167,1263,1262"));
   }
}