xiaoyong931011
2023-03-09 3ea3c013bb241c05d0e6a2c4344d9b708ffa1e61
src/test/java/cc/mrbird/febs/ProfitTest.java
@@ -42,7 +42,7 @@
    @Test
    public void dynamicProfit() {
        memberProfitService.dynamicProfit(21L);
        agentService.perkMoneyConsumer(Long.parseLong("571"));
    }
    @Test
    public void agentProfit() {
@@ -188,7 +188,7 @@
        String orderNo = MallUtils.getOrderNum("W");
        SinglePayDto singlePayDto = new SinglePayDto();
        singlePayDto.setMerchantOrderNo(orderNo);
        singlePayDto.setReceiverAccountNoEncBankNo("6222031901002389639");
        singlePayDto.setReceiverAccountNoEncBankNo("6222031903210023839639");
        singlePayDto.setReceiverAccountNoEncName("肖永");
        singlePayDto.setReceiverAccountType("201");
        BigDecimal paidAmount = new BigDecimal(1.00);