This commit is contained in:
richboo111
2022-10-08 12:03:19 +08:00
parent ad81d944f0
commit 0abfc805d4

View File

@@ -113,7 +113,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
}
storeIDs += utils.Int64ToStr(v.Store.StoreId)
}
return storeIDs, nil
return storeIDs, err
}
}