aa
This commit is contained in:
@@ -469,6 +469,8 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
|
||||
if model.IsSyncStatusNew(sku.SkuSyncStatus) {
|
||||
sku.SkuSyncStatus = sku.SkuSyncStatus - model.SyncFlagNewMask
|
||||
}
|
||||
storeDetail2, _ := dao.GetStoreDetail(db, storeID, vendorID, sku.VendorOrgCode)
|
||||
vendorStoreID = storeDetail2.VendorStoreID
|
||||
}
|
||||
if !useVendorPriceDirectly &&
|
||||
!isSkuLockTimeValid(sku) {
|
||||
|
||||
@@ -504,7 +504,6 @@ func (p *PurchaseHandler) UpdateStoreSkusPrice(ctx *jxcontext.Context, vendorOrg
|
||||
} else if storeID == model.JdShopMainStoreID2 {
|
||||
//修改京东商城商品库价格
|
||||
} else {
|
||||
fmt.Println("ttttttttttttttttttttttttttttttttttttttttt", utils.Format4Output(v, false))
|
||||
if v.VendorOrgCode == "1" {
|
||||
// null
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user