文档库编辑数据回显

This commit is contained in:
zhn
2022-05-27 22:50:27 +08:00
parent 4447e5dc7a
commit add07a8012
@@ -704,7 +704,9 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
String key = entry.getKey();
if(personList.contains(key)){
String value = (String) entry.getValue();
userNameList.addAll(Arrays.asList(value.split(",")));
if(StringUtils.isNotBlank(value)){
userNameList.addAll(Arrays.asList(value.split(",")));
}
}
if(dateMoreList.contains(key) && ObjectUtils.isNotEmpty(entry.getValue())){
String value = (String) entry.getValue();