| | |
| | | int updateStatusById(@Param("status")int status, @Param("id")Long id); |
| | | |
| | | DappFundFlowEntity selectByStateAndVersionAndFromHashLimitOne(@Param("status")int withdrawStatusAgree, @Param("version")int withdrawStatusAgree1); |
| | | DappFundFlowEntity selectByStateAndVersionAndFromHashTwoLimitOne(@Param("status")int withdrawStatusAgree, @Param("version")int withdrawStatusAgree1); |
| | | |
| | | /** |
| | | * 根据会员ID、类型、状态去查询资金流水记录 |
| | |
| | | DappFundFlowEntity selectBymemberIdAndType(@Param("memberId")Long id, @Param("type")int type, @Param("status")int status); |
| | | |
| | | List<DappFundFlowEntity> selectListByState(@Param("status")int status); |
| | | |
| | | BigDecimal selectSumAmountByType(@Param("type")int code); |
| | | } |