|
|
@ -318,7 +318,7 @@ public class MtFactoryDataServiceImpl implements IMtFactoryDataService { |
|
|
|
List<ReceiveBodyDTO> receiveBodyList = receiveInfoDTO.getReceiveBodyList(); |
|
|
|
List<ReceiveBodyDTO> receiveBodyList = receiveInfoDTO.getReceiveBodyList(); |
|
|
|
List<ReceivePhotoDTO> receivePhotoList = receiveInfoDTO.getReceivePhotoList(); |
|
|
|
List<ReceivePhotoDTO> receivePhotoList = receiveInfoDTO.getReceivePhotoList(); |
|
|
|
//查询签收人
|
|
|
|
//查询签收人
|
|
|
|
NewDistributionContactEntity newDistributionContactEntity = newDistributionContactClient.fingById(newDistributionContactId); |
|
|
|
NewDistributionContactEntity newDistributionContactEntity = newDistributionContactClient.fingByNewDistributionContactId(newDistributionContactId); |
|
|
|
String receiver = null; |
|
|
|
String receiver = null; |
|
|
|
if (!Objects.isNull(newDistributionContactEntity)){ |
|
|
|
if (!Objects.isNull(newDistributionContactEntity)){ |
|
|
|
receiver = newDistributionContactEntity.getContact(); |
|
|
|
receiver = newDistributionContactEntity.getContact(); |
|
|
|