dev: 相关方app注册,扫码入职逻辑修改

dev_xiangguanfang
SondonYong 2025-12-29 16:20:24 +08:00
parent 2f9ab613c2
commit db6749a1d4
1 changed files with 1 additions and 0 deletions

View File

@ -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);