| | |
| | | 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; |
| | |
| | | @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 |