文档库--详情文本信息中value为空时,页面展示问题(需要展示)
This commit is contained in:
+3
@@ -911,6 +911,9 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
|
||||
}
|
||||
} else {
|
||||
value = String.valueOf(dataList.get(0).get(dbFieldName));
|
||||
if("null".equals(value)){
|
||||
value = "";
|
||||
}
|
||||
}
|
||||
Map<String, Object> map = new HashMap<>();
|
||||
//处理文件
|
||||
|
||||
Reference in New Issue
Block a user