- mtwm.SyncStoreSkus中SyncStoreCategory必然调用

This commit is contained in:
gazebo
2019-04-16 19:15:20 +08:00
parent eb174c4d2a
commit ba3872327a

View File

@@ -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
}