余额列表接口
This commit is contained in:
@@ -189,7 +189,7 @@ public class MkShopRechargeServiceImpl extends ServiceImpl<MkShopRechargeMapper,
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getList(long loginIdAsLong) {
|
||||
public List<RechargeListVO> getList(long loginIdAsLong) {
|
||||
ArrayList<RechargeListVO> rechargeListVOS = new ArrayList<>();
|
||||
List<ShopUser> shopUserList = shopUserService.list(new QueryWrapper().eq(ShopUser::getUserId, loginIdAsLong));
|
||||
if (shopUserList.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user