fix: 多职位保存子表时没有data_id处理
This commit is contained in:
parent
0ce77b3ea3
commit
20ebbfde8e
|
@ -206,6 +206,7 @@ public class GenericEventConsumer {
|
|||
Map<String,Object> positionMap = new LinkedHashMap<>();
|
||||
positionMap.put("dept_id",deptPosition.getDeptId());
|
||||
positionMap.put("title",deptPosition.getTitle());
|
||||
positionMap.put("data_id", UUIDUtils.getUUID());
|
||||
postList.add(positionMap);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue