This commit is contained in:
苏尹岚
2021-01-07 17:38:47 +08:00
parent 5f801aa354
commit 25bb55f92d

View File

@@ -1136,7 +1136,7 @@ func CreateStore(ctx *jxcontext.Context, storeExt *StoreExt, userName string) (i
return 0, err
}
func GetStoreVendorMaps(ctx *jxcontext.Context, db *dao.DaoDB, storeID int, vendorID int) (storeMaps *[]model.StoreMap, err error) {
func GetStoreVendorMaps(ctx *jxcontext.Context, db *dao.DaoDB, storeID int, vendorID int) (storeMaps []*model.StoreMap, err error) {
cond := map[string]interface{}{
model.FieldStoreID: storeID,
}