文档库--模板下载添加说明

This commit is contained in:
zhn
2022-03-11 19:51:45 +08:00
parent ea6e751efc
commit 215cb5688c
@@ -2275,8 +2275,8 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
//第二行
StringBuilder sbTwo = new StringBuilder();
sbTwo.append("填写说明\n" + "1.所有带*号的字段必须填写\n");
int count = 2;
sbTwo.append("填写说明\n" + "1.导入数据从第三行开始,第一行为表头,第二行为填写说明,第三行是正式数据\n" + "2.所有带*号的字段必须填写\n");
int count = 3;
if (pullSingleList.size() != 0) {
//单选
String pullSingle = StringUtils.join(pullSingleList, ",") + "字段是单选属性,必须和系统中的对应字段选项相匹配\n";