1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-23 00:57:07 +08:00
committed by cnb
parent e9915f481e
commit b00d81bf63
2 changed files with 3 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ func (c *BaseSysUserController) GetSession(ctx context.Context, req *SessionReq)
}
res = &SessionRes{}
t1 := service.NewBaseSysUserService().GetPerson(uint32(t.UserId))
res.UserID = int(t1.ID)