1
This commit is contained in:
@@ -104,7 +104,7 @@ func SyncStoreCategories(ctx *jxcontext.Context, parentTask tasksch.ITask, vendo
|
|||||||
catInfo.Seq = catInfo.StoreCatSeq
|
catInfo.Seq = catInfo.StoreCatSeq
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debug(catInfo.StoreCatName,catInfo.CatSyncStatus)
|
globals.SugarLogger.Debug("=================",catInfo.StoreCatName,catInfo.CatSyncStatus)
|
||||||
if model.IsSyncStatusDelete(catInfo.CatSyncStatus) { // 删除
|
if model.IsSyncStatusDelete(catInfo.CatSyncStatus) { // 删除
|
||||||
if model.IsSyncStatusDelete(catInfo.CatSyncStatus) && !dao.IsVendorThingIDEmpty(catInfo.VendorCatID) {
|
if model.IsSyncStatusDelete(catInfo.CatSyncStatus) && !dao.IsVendorThingIDEmpty(catInfo.VendorCatID) {
|
||||||
err = handler.DeleteStoreCategory(ctx, storeID, vendorStoreID, catInfo.VendorCatID, level)
|
err = handler.DeleteStoreCategory(ctx, storeID, vendorStoreID, catInfo.VendorCatID, level)
|
||||||
|
|||||||
Reference in New Issue
Block a user