diff --git a/yudao-module-bpm/yudao-module-bpm-biz/src/main/java/cn/iocoder/yudao/module/bpm/service/oa/BpmOAEntryServiceImpl.java b/yudao-module-bpm/yudao-module-bpm-biz/src/main/java/cn/iocoder/yudao/module/bpm/service/oa/BpmOAEntryServiceImpl.java index f81fb78c..09a54b8e 100644 --- a/yudao-module-bpm/yudao-module-bpm-biz/src/main/java/cn/iocoder/yudao/module/bpm/service/oa/BpmOAEntryServiceImpl.java +++ b/yudao-module-bpm/yudao-module-bpm-biz/src/main/java/cn/iocoder/yudao/module/bpm/service/oa/BpmOAEntryServiceImpl.java @@ -113,6 +113,7 @@ public class BpmOAEntryServiceImpl implements BpmOAEntryService{ UserSaveRespDTO saveRespDTO = BeanUtils.toBean(entry, UserSaveRespDTO.class); saveRespDTO.setId(null); saveRespDTO.setDeptId(entry.getEntryDeptId()); + saveRespDTO.setPositionId(entry.getEntryPositionId()); saveRespDTO.setPostIds(Collections.singleton(entry.getEntryPostId())); saveRespDTO.setPassword("123456");