mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
bugfix 绑定鉴权卡相关接口
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user