Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cid-pk' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
457813723 committed Mar 7, 2024
2 parents 23e6beb + 0d40664 commit b2fd9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dao/t_cid_pk.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func (d *DbDao) GetCidPk(cid1 string) (cidPk tables.TableCidPk, err error) {
func (d *DbDao) InsertCidPk(data tables.TableCidPk) (err error) {
if err := d.db.Clauses(clause.OnConflict{
DoUpdates: clause.AssignmentColumns([]string{
"OriginPk",
"origin_pk",
}),
}).Create(&data).Error; err != nil {
return err
Expand Down

0 comments on commit b2fd9f8

Please sign in to comment.