余额列表接口

This commit is contained in:
张松
2025-09-26 14:27:33 +08:00
parent c5b3cfeb72
commit 25a7ac1f68
3 changed files with 8 additions and 5 deletions

View File

@@ -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()) {