新增委托方修改
This commit is contained in:
+6
-1
@@ -2115,7 +2115,12 @@ public class UserApplicationService {
|
||||
//同步网货平台员工信息
|
||||
wlhyDomainService.addOrEditPlatformUser(userEntity);
|
||||
//同步yms员工信息
|
||||
ymsDomainService.addOrEditYmsUser(userEntity);
|
||||
Long organizationId = loginUser.getUserPo().getOrganizationId();
|
||||
Integer ordIsQueue = userMapper.getOrdIsQueue(organizationId);
|
||||
if (userEntity.getUserAccount()!=null&&ordIsQueue==1){
|
||||
//同步yms员工信息
|
||||
ymsDomainService.addOrEditYmsUser(userEntity);
|
||||
}
|
||||
BeanUtils.copyProperties(userPo, userEntity);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user