|
@@ -150,6 +150,7 @@ public final class FormDataTransUtil {
|
|
|
deptMap = departmentList.stream().collect(Collectors.toMap(department -> department.getId().toString(), Department::getName, (e1, e2) -> e1));
|
|
|
}
|
|
|
fieldValuesMap.put(bindField, deptMap);
|
|
|
+ multiFieldMap.put(bindField, null);
|
|
|
} else if (StrUtil.equalsIgnoreCase(ComponentTypeConstant.USER, type)
|
|
|
|| (StrUtil.equalsIgnoreCase(ComponentTypeConstant.INFO, type) && infoType.equals(0))) {
|
|
|
if (userMap == null) {
|