导入拆分结果
This commit is contained in:
+2
-2
@@ -683,9 +683,9 @@ public class SarFileSplitItemsEOController extends BaseController<SarFileSplitIt
|
||||
StringBuilder descBuilder = new StringBuilder()
|
||||
.append("模板说明:")
|
||||
.append("\n")
|
||||
.append("1:条款号,条款名称,条款内容不能为空")
|
||||
.append("1:条款号,条款名称,条款内容不能为空")
|
||||
.append("\n")
|
||||
.append("2:将附件存放在zip格式的文件夹中,名称与后缀输入于附件中即可")
|
||||
.append("2:仅支持zip格式文件夹")
|
||||
.append("\n");
|
||||
//生成模板
|
||||
CommonExportUtil.exportTemplate(fileName,headers,descBuilder.toString(), response,request);
|
||||
|
||||
Reference in New Issue
Block a user