mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-03 23:16:12 +00:00
feat: 修复修改角色时候报错&优化一些代码风格
This commit is contained in:
@@ -169,6 +169,7 @@ public class ChatCostServiceImpl implements IChatCostService {
|
||||
/**
|
||||
* 获取用户Id
|
||||
*/
|
||||
@Override
|
||||
public Long getUserId() {
|
||||
LoginUser loginUser = LoginHelper.getLoginUser();
|
||||
if (loginUser == null) {
|
||||
|
||||
Reference in New Issue
Block a user