添加调试信息

This commit is contained in:
lzh 2025-06-11 16:48:38 +08:00
parent 5aa145bf1a
commit 949be8efaa

View File

@ -80,7 +80,7 @@ func Edit(ctx *gin.Context) {
}
user := login.GetUserInfoFromC(ctx)
b, _ := json.Marshal(user)
fmt.Println("用户信息", b)
fmt.Println("用户信息", string(b))
req.Operator = user.Name
req.OperatorId = int32(user.ID)
resp, err := service.GovernanceProvider.Edit(ctx, &req)