| | |
| | | DappFundFlowEntity selectNewestFundFlow(@Param("memberId") Long memberId, @Param("type") Integer type); |
| | | |
| | | BigDecimal selectSumAmountByMemberIdAndTypeAndStatus(@Param("memberId") Long memberId,@Param("type")int type, @Param("status")int status); |
| | | |
| | | DappFundFlowEntity selectInfoById(@Param("id")Long id); |
| | | |
| | | int updateStatusById(@Param("status")int status, @Param("id")Long id); |
| | | |
| | | DappFundFlowEntity selectByStateAndVersionAndFromHashLimitOne(@Param("status")int withdrawStatusAgree, @Param("version")int withdrawStatusAgree1); |
| | | } |