935090232@qq.com
2021-04-03 00efd2e4db8157ece4116c956c314803ed073042
zq-erp/src/test/java/com/matrix/JyyTests.java
@@ -1,6 +1,9 @@
package com.matrix;
import com.matrix.system.hive.bean.SysVipInfo;
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;
@@ -26,6 +29,23 @@
   @Autowired
   ScoreVipDetailDao scoreVipDetailDao;
   @Autowired
   ScoreVipDetailService scoreVipDetailService;
   @Autowired
   SysVipInfoServiceImpl sysVipInfoService;
   @Test
   public void scoreVipDetailService() throws InterruptedException {
      scoreVipDetailService.addScore("oJkRK4yelehsY4S7I6Ee1ydWtQMI",null,null,null,15,1L,1,"测试");
   }
   /**
    *
    */