From d8893e4733e20e79f5df844da1df96fa1a45b781 Mon Sep 17 00:00:00 2001 From: luojing Date: Fri, 9 Jul 2021 16:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=80=83=E5=8B=A4=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E9=99=84=E4=BB=B6=E4=B8=8D=E8=83=BD=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../o2/xAction/services/x_attendance_assemble_control.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c589736925..2b70b55529 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}"}, -- GitLab