修复GetActStoreSkuVendorList中sqlParams的错误

This commit is contained in:
gazebo
2019-12-11 17:29:33 +08:00
parent 592ed3c252
commit bc10962095
2 changed files with 8 additions and 1 deletions

View File

@@ -44,3 +44,10 @@ func TestUpdateActStatusByTime(t *testing.T) {
t.Fatal(err)
}
}
func TestGetActStoreSkuVendorList(t *testing.T) {
_, _, err := GetActStoreSkuVendorList(GetDB(), 18440, nil, nil, nil, "", 0, 0)
if err != nil {
t.Fatal(err)
}
}