修复GetStoreSkuPriceAndWeight中的bug

This commit is contained in:
gazebo
2020-01-16 15:15:46 +08:00
parent 5cc44aeb95
commit 8f1cc2316c
3 changed files with 11 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ func TestFormalizeStoreStatus(t *testing.T) {
}
func TestGetStoreList4Role(t *testing.T) {
storeList, err := GetStoreList(GetDB(), nil, nil, "NiuBi")
storeList, err := GetStoreList(GetDB(), nil, nil, nil, nil, "NiuBi")
t.Log(utils.Format4Output(storeList, false))
if err != nil {
t.Fatal(err)