fix
Helius
2022-03-02 412c5b8cabb9c9accb12de9f6598f1625d5e264c
src/main/java/com/xcong/excoin/modules/coin/dao/MemberAccountMoneyChangeDao.java
@@ -2,6 +2,8 @@
import java.util.List;
import com.xcong.excoin.modules.coin.parameter.vo.UsdtToGusdVo;
import com.xcong.excoin.modules.coin.parameter.vo.ZhiyaInfoVo;
import org.apache.ibatis.annotations.Param;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
@@ -32,4 +34,9 @@
   IPage<MemberAccountMoneyChange> selectWalletAgentIntoRecordsByMemIdTypeSymbol(Page<OrderCoinsDealEntity> page,
         @Param("record")MemberAccountMoneyChange memberAccountMoneyChange);
   IPage<UsdtToGusdVo> selectByMemberIdInPage(Page<UsdtToGusdVo> page, @Param("record")MemberAccountMoneyChange memberAccountMoneyChange);
   IPage<MemberAccountMoneyChange> coinInList(Page<MemberAccountMoneyChange> page,
                                    @Param("record")MemberAccountMoneyChange memberAccountMoneyChange);
}