This commit is contained in:
suyl
2021-08-03 09:24:44 +08:00
parent 763ab8569c
commit d9e565a5c4
2 changed files with 2 additions and 1 deletions

View File

@@ -1984,7 +1984,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// }
// }
//}
cms.RefreshPageStore()
cms.CurVendorSync.SyncStoresSkus2(jxcontext.AdminCtx, nil, 0, dao.GetDB(), []int{1, 3}, nil, false, nil, nil, model.SyncFlagSaleMask, true, true)
return err
}