diff --git a/o2web/source/o2_core/o2/xAction/services/x_attendance_assemble_control.json b/o2web/source/o2_core/o2/xAction/services/x_attendance_assemble_control.json index c5897369252a4e9cad5c68bcd11fb337ef006775..2b70b5552976dc5ea30e1f5bd3fd87b4c555e98d 100644 --- a/o2web/source/o2_core/o2/xAction/services/x_attendance_assemble_control.json +++ b/o2web/source/o2_core/o2/xAction/services/x_attendance_assemble_control.json @@ -40,7 +40,7 @@ "uploadAttachment": {"uri": "/jaxrs/file/upload", "method": "POST", "enctype": "formData"}, //"replaceAttachment": {"uri": "/servlet/update/{id}/document/{documentid}", "method": "POST", "enctype": "formData"}, //"getAttachmentData": {"uri": "/servlet/download/{id}/document/{documentid}", "method": "GET"}, - "getAttachmentStream": {"uri": "/jaxrs/file/download/{id}/stream", "method": "GET"}, + "getAttachmentStream": {"uri": "/jaxrs/file/download/{id}/stream/true", "method": "GET"}, "listAttachmentInfo" : {"uri" : "/jaxrs/attendanceimportfileinfo/list/all"}, "deleteAttachment" : {"uri":"/jaxrs/attendanceimportfileinfo/{id}","method": "DELETE"}, "getAttachmentInfo" : {"uri":"/jaxrs/attendanceimportfileinfo/{id}"},