dev: 相关方app注册,扫码入职逻辑修改
parent
2f9ab613c2
commit
db6749a1d4
|
|
@ -209,6 +209,7 @@ public class UserAddExe {
|
|||
BeanUtils.copyProperties(cmd, userE);
|
||||
|
||||
|
||||
// 12.29 相关方逻辑修改,暂时注释,后续无用再删除
|
||||
// // 查询用户信息, 获取是否流动人员
|
||||
// if(UserFlowFlagEnum.FLOW.getCode().equals(userDO.getFlowFlag())){
|
||||
//// List<UserCorpDO> userCorpList = userCorpRepository.listByUserIdAndCorpIdAndStatus(cmd.getId(), cmd.getCorpinfoId(), statusList);
|
||||
|
|
|
|||
Loading…
Reference in New Issue