|
@ -505,7 +505,7 @@ public class PartyMemberConfirmServiceImpl implements PartyMemberConfirmService |
|
|
List<String> failedReason = new ArrayList<>(); |
|
|
List<String> failedReason = new ArrayList<>(); |
|
|
if (null != fromDTO.getAutoId() && !fromDTO.getAutoId().isEmpty()&& !("null").equals(fromDTO.getAutoId())) { |
|
|
if (null != fromDTO.getAutoId() && !fromDTO.getAutoId().isEmpty()&& !("null").equals(fromDTO.getAutoId())) { |
|
|
PartymemberConfirmAutoEntity autoEntity = partymemberConfirmAutoService.selectById(fromDTO.getAutoId()); |
|
|
PartymemberConfirmAutoEntity autoEntity = partymemberConfirmAutoService.selectById(fromDTO.getAutoId()); |
|
|
resultDTO.setCertifyTime(autoEntity.getContrastTime().getTime()); |
|
|
resultDTO.setCertifyTime(autoEntity.getCreatedTime().getTime()); |
|
|
if (PartyMemberConstant.SAME.equals(autoEntity.getMobileResult())) { |
|
|
if (PartyMemberConstant.SAME.equals(autoEntity.getMobileResult())) { |
|
|
failedReason.add("手机号匹配"); |
|
|
failedReason.add("手机号匹配"); |
|
|
} else { |
|
|
} else { |
|
|