| | |
| | | |
| | | List<IgtOnHookPlanOrder> selectByState(@Param("state")int i); |
| | | |
| | | Integer updateAvaAmountById(@Param("id")Long id, @Param("profit")BigDecimal balance, @Param("amount")BigDecimal amount); |
| | | Integer updateAvaAmountById(@Param("id")Long id,@Param("amount")BigDecimal amount); |
| | | |
| | | IgtOnHookPlanOrder selectByMemberId(@Param("memberId")Long memberId); |
| | | |
| | | Integer addAvaAmountAddProfitById(@Param("id")Long id, @Param("profit")BigDecimal balance, @Param("amount")BigDecimal amount); |
| | | Integer AddProfitById(@Param("id")Long id, @Param("profit")BigDecimal balance); |
| | | |
| | | BigDecimal selectSumProfitByMemberId(@Param("memberId")Long memberId); |
| | | } |