Refactor code

This commit is contained in:
wenxu12345 2021-12-30 09:46:53 +08:00
parent c0172b0a49
commit 83874ad466

View File

@ -118,7 +118,7 @@ type GroupRequest struct {
GroupID string `gorm:"column:group_id;primaryKey;"`
HandleResult int32 `gorm:"column:handle_result"`
ReqMsg string `gorm:"column:req_msg"`
HandledMsg string `gorm:"column:handled_msg"`
HandledMsg string `gorm:"column:handle_msg"`
ReqTime time.Time `gorm:"column:req_time"`
HandleUserID string `gorm:"column:handle_user_id"`
HandledTime time.Time `gorm:"column:handle_time"`