提交 65c442eb 编写于 作者: L luojing 提交者: NoSubject

修复考勤导入附件不能下载的问题


(cherry picked from commit d8893e47)
上级 feade1f8
......@@ -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}"},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册