Commit 10ad8ee3 authored by 廖旭伟's avatar 廖旭伟

批量下载附件

parent bc98f3ec
......@@ -303,7 +303,7 @@ public class MatterApplyController extends BaseCRUDJsonBodyMappingController<Mat
*/
private void batchDownloadFile(List<MatterApplyDatumEntity> list, HttpServletRequest request, HttpServletResponse response) {
//设置响应头信息
response.reset();
//response.reset();
response.setCharacterEncoding("utf-8");
response.setContentType("multipart/form-data");
//设置压缩包的名字,date为时间戳
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment