This commit is contained in:
Putoo
2026-06-28 15:38:14 +08:00
parent 438027de21
commit e47a5a19a6
4 changed files with 274 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ public class EquController : ControllerBase
suit = await _equService.GetEuqSuitInfo(ueInfo.suitCode);
}
ueInfo = EquTool.GetUserEquByIntensify(ueInfo);
user = await UserModelTool.GetUserView(ueInfo.owerId);
}