bugfix 绑定鉴权卡相关接口

This commit is contained in:
Lemon
2024-05-23 10:29:54 +08:00
parent 9819588dc8
commit e00cb184d2
2 changed files with 0 additions and 8 deletions

View File

@@ -247,9 +247,6 @@ public class PileAuthCardServiceImpl implements PileAuthCardService {
@Override
public List<AuthCardVO> getAuthCardListByMemberId(String memberId) {
List<AuthCardVO> list = pileAuthCardMapper.getAuthCardListByMemberId(memberId);
for (AuthCardVO authCardVO : list) {
authCardVO.setAccountBalance(authCardVO.getPrincipalBalance().add(authCardVO.getGiftBalance()).setScale(2, BigDecimal.ROUND_HALF_UP));
}
return list;
}