Fixed upload document external system issue
This commit is contained in:
@@ -1240,9 +1240,9 @@ public class AppointmentDao {
|
|||||||
|
|
||||||
if (documentAttachmentId!=null) {
|
if (documentAttachmentId!=null) {
|
||||||
// If the documentAttachmentId is already set, return the response
|
// If the documentAttachmentId is already set, return the response
|
||||||
log.info("Document already uploaded with documentAttachmentId: {}", systemDoc.getDocumentAttachmentId());
|
log.info("Document already uploaded with documentAttachmentId: {}", documentAttachmentId);
|
||||||
DocumentUploadResponse response = new DocumentUploadResponse();
|
DocumentUploadResponse response = new DocumentUploadResponse();
|
||||||
response.setDocumentAttachmentId(systemDoc.getDocumentAttachmentId());
|
response.setDocumentAttachmentId(documentAttachmentId);
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
// Check if a thread is already running for this document upload
|
// Check if a thread is already running for this document upload
|
||||||
|
|||||||
Reference in New Issue
Block a user