|
@ -193,7 +193,7 @@ public class PartyMemberConfirmServiceImpl implements PartyMemberConfirmService |
|
|
PartymemberInfoEntity.class); |
|
|
PartymemberInfoEntity.class); |
|
|
PartymemberInfoDTO info = partymemberInfoService.getPartyMemberInfoByUser(partyMemberInfoDTO.getCustomerId(), partyMemberInfoDTO.getUserId()); |
|
|
PartymemberInfoDTO info = partymemberInfoService.getPartyMemberInfoByUser(partyMemberInfoDTO.getCustomerId(), partyMemberInfoDTO.getUserId()); |
|
|
if (null != info) { |
|
|
if (null != info) { |
|
|
partyMemberInfoDTO.setId(info.getId()); |
|
|
partyMemberInfoEntity.setId(info.getId()); |
|
|
} |
|
|
} |
|
|
if (confirmAutoDTO == null || !confirmAutoDTO.getComparisonResults()) { |
|
|
if (confirmAutoDTO == null || !confirmAutoDTO.getComparisonResults()) { |
|
|
log.info("submit confirmAutoDTO return null or false:{}",JSON.toJSONString(confirmAutoDTO)); |
|
|
log.info("submit confirmAutoDTO return null or false:{}",JSON.toJSONString(confirmAutoDTO)); |
|
|