| | |
| | | DappSystemProfit selectSystemProfitByState(@Param("state") int stateOut); |
| | | |
| | | DappSystemProfit selectByIdForUpdate(@Param("id") Long id,@Param("state") int stateOut); |
| | | |
| | | void updateLevelProfitById(@Param("levelProfit") int levelProfit,@Param("id")Long id); |
| | | |
| | | void updateStateById(@Param("state") int stateOut,@Param("id")Long id); |
| | | |
| | | DappSystemProfit selectByMemberIdAndState(@Param("memberId")Long id, @Param("state")int stateIn); |
| | | |
| | | DappSystemProfit selectSystemProfitOutByState(@Param("state")int stateOut); |
| | | |
| | | DappSystemProfit selectSystemProfitInByState(@Param("state")int stateIn); |
| | | } |