feat(Property): dubbo接口调用异常
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
@@ -67,6 +67,11 @@ public class ResidentPersonBo extends BaseEntity {
|
||||
*/
|
||||
private Date endDate;
|
||||
|
||||
/**
|
||||
* e8平台id
|
||||
*/
|
||||
private Long eEightId;
|
||||
|
||||
/**
|
||||
* 邮箱
|
||||
*/
|
||||
|
@@ -40,7 +40,7 @@ public class ResidentPersonServiceImpl implements IResidentPersonService {
|
||||
private final ResidentPersonMapper baseMapper;
|
||||
|
||||
@DubboReference
|
||||
private final RemoteSisAuth remoteSisAuth;
|
||||
private RemoteSisAuth remoteSisAuth;
|
||||
|
||||
/**
|
||||
* 查询入驻员工
|
||||
@@ -128,8 +128,8 @@ public class ResidentPersonServiceImpl implements IResidentPersonService {
|
||||
|
||||
Long personId = remoteSisAuth.personAuth(personAuth);
|
||||
Assert.notNull(personId, "新增授权记录失败");
|
||||
add.setEEightId(personId);
|
||||
bo.setId(add.getId());
|
||||
bo.setEEightId(personId);
|
||||
this.updateByBo(bo);
|
||||
}
|
||||
return flag;
|
||||
|
Reference in New Issue
Block a user