|
|
@ -255,6 +255,10 @@ public class JobInfoImportUtil {
|
|
|
|
other.put("index", (lsPromptLabel.size() + 1));
|
|
|
|
other.put("index", (lsPromptLabel.size() + 1));
|
|
|
|
other.put("value", "注意:分部和部门存在多层级时候用 > 分割");
|
|
|
|
other.put("value", "注意:分部和部门存在多层级时候用 > 分割");
|
|
|
|
itemList.add(other);
|
|
|
|
itemList.add(other);
|
|
|
|
|
|
|
|
Map<String, Object> other1 = new HashMap<>();
|
|
|
|
|
|
|
|
other1.put("index", (lsPromptLabel.size() + 2));
|
|
|
|
|
|
|
|
other1.put("value", "注意:如果必填字段存在多语言不支持导入");
|
|
|
|
|
|
|
|
itemList.add(other1);
|
|
|
|
groupItem.put("items", itemList);
|
|
|
|
groupItem.put("items", itemList);
|
|
|
|
lsGroup.add(groupItem);
|
|
|
|
lsGroup.add(groupItem);
|
|
|
|
return lsGroup;
|
|
|
|
return lsGroup;
|
|
|
|