文档库--导出
This commit is contained in:
+2
-1
@@ -2633,8 +2633,9 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
|
||||
Row row = sheet.createRow(i + 1);
|
||||
i++;
|
||||
int sheetNum = 0;
|
||||
String value = "";
|
||||
|
||||
for (OnlCgformField onlCgformField : fieldList) {
|
||||
String value = "";
|
||||
//时间类型
|
||||
if (FieldTypeEnum.DATE_SINGLE.getValue().equals(onlCgformField.getFieldShowType())) {
|
||||
if (ObjectUtils.isNotEmpty(data.get(onlCgformField.getDbFieldName()))) {
|
||||
|
||||
Reference in New Issue
Block a user