Skip to content

Commit

Permalink
Merge branch 'hotfix_1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hengwei-test committed Aug 20, 2024
2 parents 8fc96aa + 0dbc739 commit a73e99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TagSplitForXORM(s string, fieldName string) []string {

if _, ok := xormkeyTags[name]; !ok {
if copyed[0] == "" {
copyed[0] = name
copyed[0] = strings.Trim(name, "'")
continue
}
}
Expand Down

0 comments on commit a73e99f

Please sign in to comment.