From b488a6e470dd221e62be7b639e3c273f01a8b609 Mon Sep 17 00:00:00 2001 From: howell <2827207845@qq.com> Date: Wed, 23 Mar 2022 09:28:53 +0800 Subject: [PATCH] fix: apply_time --- internal/v2/model/jyy/jyy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/v2/model/jyy/jyy.go b/internal/v2/model/jyy/jyy.go index 5fb6466..a14f2e0 100644 --- a/internal/v2/model/jyy/jyy.go +++ b/internal/v2/model/jyy/jyy.go @@ -158,7 +158,7 @@ type UserWalletApply struct { ApplyUserID int `json:"-"` ApplyUser *manage.UserInfo `json:"-" gorm:"foreigKey:ApplyUserID"` ApplyUserName string `json:"apply_user_name" gorm:"-"` - ApplyTime *time.Time `json:"-" gorm:"apply_time"` + ApplyTime *time.Time `json:"apply_time" gorm:"apply_time"` } func (o UserWalletApply) TableName() string {