1
This commit is contained in:
@@ -40,12 +40,12 @@ func CopyOnStoreSkuToOther(ctx *jxcontext.Context, fromStoreId, toStoreId string
|
|||||||
)
|
)
|
||||||
|
|
||||||
// 门店api加载
|
// 门店api加载
|
||||||
toStore, err := dao.GetStoreDetailByVendorStoreID(db, toStoreId, 3, "")
|
toStore, err := dao.GetStoreDetailByVendorStoreID(db, toStoreId, vendorId, "")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
fromStore, err := dao.GetStoreDetailByVendorStoreID(db, fromStoreId, 1, "")
|
fromStore, err := dao.GetStoreDetailByVendorStoreID(db, fromStoreId, vendorId, "")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user