| | |
| | | |
| | | Integer updateAvaAmountById(@Param("id")Long id,@Param("amount")BigDecimal amount); |
| | | |
| | | Integer addAvaAmountById(@Param("id")Long id,@Param("amount")BigDecimal amount); |
| | | |
| | | IgtOnHookPlanOrder selectByMemberId(@Param("memberId")Long memberId); |
| | | |
| | | Integer AddProfitById(@Param("id")Long id, @Param("profit")BigDecimal balance); |
| | |
| | | List<IgtOnHookPlanOrder> selectByCreateTime(@Param("createTime")String format); |
| | | |
| | | IPage<AdminIgtOnHookPlanOrderVo> findMemberPlanListInPage(Page<IgtOnHookPlanOrder> page, @Param("record")IgtOnHookPlanOrder igtOnHookPlanOrder); |
| | | |
| | | List<Long> selectIdsByState(@Param("state")int i); |
| | | |
| | | void updateByIds(List<Long> ids); |
| | | } |