刷新京西调价包
This commit is contained in:
@@ -186,7 +186,7 @@ func GetSkuCategoryWithVendor(db *DaoDB, vendorIDs []int, appOrgCodes []string,
|
||||
t1m.sync_status cat_sync_status,
|
||||
|
||||
t1pm.id parent_map_id,
|
||||
t1pm.t1p.name parent_cat_name
|
||||
t1p.name parent_cat_name,
|
||||
t1pm.vendor_thing_id parent_vendor_cat_id,
|
||||
t1pm.sync_status parent_cat_sync_status
|
||||
/*
|
||||
|
||||
@@ -282,7 +282,7 @@ func GetDirtyStoreCategories(db *DaoDB, vendorID, storeID int, level int) (cats
|
||||
// 以store_sku_bind为基础来做同步,正常情况下使用
|
||||
// 单多门店模式厂商通用
|
||||
func GetStoreSkus2(db *DaoDB, vendorID, storeID int, skuIDs []int, mustDirty bool) (skus []*StoreSkuSyncInfo, err error) {
|
||||
if !model.IsUseThingMap {
|
||||
if !globals.IsUseThingMap {
|
||||
return oldGetStoreSkus2(db, vendorID, storeID, skuIDs, mustDirty)
|
||||
}
|
||||
return newGetStoreSkus2(db, vendorID, storeID, skuIDs, mustDirty)
|
||||
@@ -495,7 +495,7 @@ func GetStoreSkus(db *DaoDB, vendorID, storeID int, skuIDs []int) (skus []*Store
|
||||
// 以sku为基础来做全同步,
|
||||
// 多门店模式厂商适用
|
||||
func GetFullStoreSkus(db *DaoDB, vendorID, storeID int) (skus []*StoreSkuSyncInfo, err error) {
|
||||
if !model.IsUseThingMap {
|
||||
if !globals.IsUseThingMap {
|
||||
return oldGetFullStoreSkus(db, vendorID, storeID)
|
||||
}
|
||||
return newGetFullStoreSkus(db, vendorID, storeID)
|
||||
|
||||
Reference in New Issue
Block a user