feat(Property): dubbo接口调用异常
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-24 21:15:50 +08:00
parent f2aafe220f
commit 2a2df4e501
4 changed files with 14 additions and 4 deletions

View File

@@ -21,6 +21,6 @@ public class RemoteSisAuthImpl implements RemoteSisAuth {
@Override
public Long personAuth(RemotePersonAuth personAuth) {
return 1L;
return sisAuthRecordService.insertByPerson(personAuth);
}
}