Commit 127f7439 authored by libin's avatar libin

Merge branch 'saff_update_feature' into dev

parents ea536df1 4c8c69a6
......@@ -432,7 +432,7 @@ public class AppUserPositionTempBiz extends BaseBiz<AppUserPositionTempMapper, A
if (StaffChangeStatusEnum.needChangePostionsStatus.contains(changeStatus)) {
//用户表更改其身份
AppUserDetail appUserDetail = detailBiz.checkeIsAppUser(userPositionTemp.getUserId());
if(Objects.nonNull(appUserDetail)) {
if(Objects.nonNull(appUserDetail) && Objects.nonNull(appUserDetail.getUserid())) {
//1.查询股东表 根据userid 或 手机号
Integer postionId = appShareholderDetailBiz.findShareholderByUserIdOrPhone(appUserPositionTempDTO.getUserId(), appUserPositionTempDTO.getPhone());
//离职
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment