Commit 585b4043 authored by liuChang's avatar liuChang

导出回调

parent b81698b6
......@@ -57,7 +57,7 @@ public class ExportService {
SimpleDateFormat sdf =new SimpleDateFormat("yyyyMMdd");
String dayformat = sdf.format(new Date());
SysUserFileRecord fileRecord = new SysUserFileRecord();
String fileName = "供应商资质批量查询".concat(dayformat).concat(Constants.SUFFIX_XLSX);
String fileName = "供应商资质批量查询".concat(dayformat);
fileRecord.setFileName(fileName);
fileRecord.setType(1);
//生成中
......
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