Refactor code

pull/131/head
wenxu12345 3 years ago
parent c0172b0a49
commit 83874ad466

@ -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"`

Loading…
Cancel
Save