fix:退出登录日志记录

This commit is contained in:
2026-04-14 16:55:04 +08:00
parent 1bb95ca0f8
commit a7be490dda
6 changed files with 54 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ public class SpdmService {
public void asyncSaveLog(SysLogDto sysLogDto) {
try {
SysLogDto sysLog = new SysLogDto();
sysLog.setTitle("登录成功");
sysLog.setTitle(sysLogDto.getTitle());
sysLog.setServiceId("simulation-system");
sysLog.setTenantId(sysLogDto.getTenantId());
sysLog.setCreateBy(sysLogDto.getCreateBy());