文档库编辑数据回显
This commit is contained in:
+3
-1
@@ -704,7 +704,9 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
|
|||||||
String key = entry.getKey();
|
String key = entry.getKey();
|
||||||
if(personList.contains(key)){
|
if(personList.contains(key)){
|
||||||
String value = (String) entry.getValue();
|
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())){
|
if(dateMoreList.contains(key) && ObjectUtils.isNotEmpty(entry.getValue())){
|
||||||
String value = (String) entry.getValue();
|
String value = (String) entry.getValue();
|
||||||
|
|||||||
Reference in New Issue
Block a user