mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: 机器列表新增运行状态 & refactor: 登录账号信息存储与context
This commit is contained in:
		@@ -23,7 +23,7 @@ type Index struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (i *Index) Count(rc *req.Ctx) {
 | 
			
		||||
	accountId := rc.LoginAccount.Id
 | 
			
		||||
	accountId := rc.GetLoginAccount().Id
 | 
			
		||||
	tagIds := i.TagApp.ListTagIdByAccountId(accountId)
 | 
			
		||||
 | 
			
		||||
	var mongoNum int64
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user