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:
@@ -21,6 +21,6 @@ public class RemoteSisAuthImpl implements RemoteSisAuth {
|
||||
|
||||
@Override
|
||||
public Long personAuth(RemotePersonAuth personAuth) {
|
||||
return 1L;
|
||||
return sisAuthRecordService.insertByPerson(personAuth);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user