|
|
@ -152,7 +152,7 @@ public class UserBadgeServiceImpl implements UserBadgeService { |
|
|
|
userBadgeDao.insertUserBadgeCertificateRecord(form); |
|
|
|
|
|
|
|
//TODO 站内信发送 您好,您的xxx徽章因认证失败未成功点亮,请查看
|
|
|
|
|
|
|
|
this.sendMessageByUser(form); |
|
|
|
|
|
|
|
return new Result(); |
|
|
|
} |
|
|
@ -227,8 +227,7 @@ public class UserBadgeServiceImpl implements UserBadgeService { |
|
|
|
public List<AuthFieldResultDTO> authField(AuthFieldFormDTO authFieldFormDTO) { |
|
|
|
List<AuthFieldResultDTO> authFieldResultDTOS = userBadgeDao.selectAuthField(authFieldFormDTO); |
|
|
|
if (CollectionUtils.isEmpty(authFieldResultDTOS)){ |
|
|
|
authFieldFormDTO.setCustomerId(BadgeConstant.DEFAULT); |
|
|
|
return userBadgeDao.selectAuthField(authFieldFormDTO); |
|
|
|
return new ArrayList<>(); |
|
|
|
} |
|
|
|
return authFieldResultDTOS; |
|
|
|
} |
|
|
|