- mtwm.SyncStoreSkus中SyncStoreCategory必然调用
This commit is contained in:
@@ -219,7 +219,7 @@ func (p *PurchaseHandler) SyncStoreSkus(ctx *jxcontext.Context, parentTask tasks
|
||||
if hint, err = p.SyncLocalStoreCategory(ctx, db, storeID, false, skuIDs); err != nil {
|
||||
return "", err
|
||||
}
|
||||
if hint != "0" {
|
||||
if true { //hint != "0" {
|
||||
if hint, err = p.SyncStoreCategory(ctx, parentTask, storeID, false); err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user