aa
This commit is contained in:
@@ -461,13 +461,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
|
||||
now := jxutils.OperationTime2HourMinuteFormat(time.Now())
|
||||
var failedList []*partner.StoreSkuInfoWithErr
|
||||
for _, sku := range skus {
|
||||
if vendorID == model.VendorIDJDShop && storeID != model.JdShopMainStoreID && storeID != model.JdShopMainStoreID2 {
|
||||
// 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) {
|
||||
sku.VendorPrice = 0
|
||||
|
||||
Reference in New Issue
Block a user