gao
2020-07-13 e868d717550ca00a5b80109488b4c3ebec7fcd35
更新
1 files modified
6 ■■■■■ changed files
src/test/java/com/xcong/excoin/ReturnMoneyTest.java 6 ●●●●● patch | view | raw | blame | history
src/test/java/com/xcong/excoin/ReturnMoneyTest.java
@@ -1,6 +1,8 @@
package com.xcong.excoin;
import cn.hutool.core.collection.CollUtil;
import jnr.ffi.annotations.IgnoreError;
import com.xcong.excoin.modules.coin.dao.MemberAccountMoneyChangeDao;
import com.xcong.excoin.modules.coin.entity.MemberAccountMoneyChange;
import com.xcong.excoin.modules.contract.dao.ContractOrderDao;
@@ -38,12 +40,12 @@
    @Resource
    private MemberAccountMoneyChangeDao memberAccountMoneyChangeDao;
    @Test
    /*@Test
    public void returnTest() {
        ContractOrderEntity entity = contractOrderDao.selectById(667L);
        OrderWebsocketServiceImpl orderWebsocketService = SpringContextHolder.getBean(OrderWebsocketServiceImpl.class);
        orderWebsocketService.calYj(19L, new BigDecimal(4.18004236), entity, AgentReturnEntity.ORDER_TYPE_OPEN);
    }
    }*/
    @Test