xiaoyong931011
2022-10-26 1774094398c5c6ca376ffb677d0d86fa16c79710
src/test/java/cc/mrbird/febs/JunitTest.java
@@ -29,6 +29,7 @@
import org.jline.utils.Log;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.test.context.SpringBootTest;
import java.math.BigDecimal;
@@ -237,6 +238,16 @@
    @Autowired
    private DappWalletService dappWalletService;
    @Value("${spring.profiles.active}")
    private String active;
    @Test
    public void getActive(){
        System.out.println(active);
    }
    @Test
    public void testProfitSharing(){
        IgtOnHookPlanOrder igtOnHookPlanOrder = igtOnHookPlanOrderDao.selectById(129L);