D1D0数据同步,提现审核相关
This commit is contained in:
@@ -71,5 +71,8 @@ public interface CashMapper extends BaseMapper<Cash> {
|
||||
* @return 提现总金额
|
||||
*/
|
||||
BigDecimal selectCashAmtTotal(@Param("userId") String userId, @Param("statusArr") int... statusArr);
|
||||
|
||||
List<Cash> subordinate(@Param("userId") Long userId, @Param("size") Integer size, @Param("page")Integer page,
|
||||
@Param("status") String status);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user