mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10:25 +08:00 
			
		
		
		
	feat: 新增系统操作日志&其他优化
This commit is contained in:
		@@ -29,6 +29,7 @@ func (r *Role) SaveRole(rc *ctx.ReqCtx) {
 | 
			
		||||
	g := rc.GinCtx
 | 
			
		||||
	form := &form.RoleForm{}
 | 
			
		||||
	ginx.BindJsonAndValid(g, form)
 | 
			
		||||
	rc.ReqParam = form
 | 
			
		||||
 | 
			
		||||
	role := new(entity.Role)
 | 
			
		||||
	utils.Copy(role, form)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user