diff --git a/tests/duplicate_scan_test.go b/tests/duplicate_scan_test.go index 0396b686..f137b104 100644 --- a/tests/duplicate_scan_test.go +++ b/tests/duplicate_scan_test.go @@ -16,7 +16,7 @@ type ProductD struct { // TableName 表名称 func (*ProductD) TableName() string { - return "products" + return "products_d" } func (*ProductD) Name() string {