test:on duplicate update

This commit is contained in:
jinhui.zhou 2025-03-26 14:03:17 +08:00
parent 529a67dd8f
commit a00eaa4b6d

View File

@ -16,7 +16,7 @@ type ProductD struct {
// TableName 表名称
func (*ProductD) TableName() string {
return "products"
return "products_d"
}
func (*ProductD) Name() string {