## 个人信息返回等级字段调整;
This commit is contained in:
parent
d39312c409
commit
564ee4ef41
|
|
@ -65,7 +65,7 @@ public class MemberRetailServiceImpl implements IMemberRetailService {
|
||||||
.settleCountrySquareIcon(memberDataDTO.getSettleCountrySquareIcon())
|
.settleCountrySquareIcon(memberDataDTO.getSettleCountrySquareIcon())
|
||||||
.exchangeRate(memberDataDTO.getExchangeRate())
|
.exchangeRate(memberDataDTO.getExchangeRate())
|
||||||
.pkGradeVal(memberDataDTO.getGradeVal())
|
.pkGradeVal(memberDataDTO.getGradeVal())
|
||||||
.gradeIcon(memberDataDTO.getGradeIcon())
|
// .gradeIcon(memberDataDTO.getGradeIcon())
|
||||||
.pkAwardsVal(memberDataDTO.getAwardsVal())
|
.pkAwardsVal(memberDataDTO.getAwardsVal())
|
||||||
.awardsIcon(memberDataDTO.getAwardsIcon())
|
.awardsIcon(memberDataDTO.getAwardsIcon())
|
||||||
// .pkMaxAwardsVal(memberDataDTO.getMaxAwardsVal())
|
// .pkMaxAwardsVal(memberDataDTO.getMaxAwardsVal())
|
||||||
|
|
|
||||||
|
|
@ -131,10 +131,9 @@ public class CommonServiceProvider implements ICommonServiceApi {
|
||||||
memberDataDTO.setGradeVal(bdGrade.getGradeName());
|
memberDataDTO.setGradeVal(bdGrade.getGradeName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BdAwards monthAwards = null;
|
// 荣誉奖衔
|
||||||
// 当月奖衔
|
|
||||||
if (null != memberDataDTO.getPkAwards()) {
|
if (null != memberDataDTO.getPkAwards()) {
|
||||||
monthAwards = iBdAwardsService.getBdAwardsOne(memberDataDTO.getPkAwards());
|
BdAwards monthAwards = iBdAwardsService.getBdAwardsOne(memberDataDTO.getPkAwards());
|
||||||
if (null != monthAwards) {
|
if (null != monthAwards) {
|
||||||
memberDataDTO.setAwardsVal(monthAwards.getAwardsName());
|
memberDataDTO.setAwardsVal(monthAwards.getAwardsName());
|
||||||
if (EAwards.MEMBER.getValue() != monthAwards.getAwardsValue()) {
|
if (EAwards.MEMBER.getValue() != monthAwards.getAwardsValue()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue