修复价格

This commit is contained in:
苏尹岚
2020-06-10 13:15:16 +08:00
parent b2d760289e
commit 8935212f5e

View File

@@ -1609,7 +1609,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// continue
// }
// }
storeSkus, err := dao.GetStoresSkusInfo(dao.GetDB(), []int{667112}, nil)
storeSkus, err := dao.GetStoresSkusInfo(dao.GetDB(), []int{102891}, nil)
task := tasksch.NewParallelTask("刷新门店价格", tasksch.NewParallelConfig().SetIsContinueWhenError(true), ctx,
func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) {
v := batchItemList[0].(*model.StoreSkuBind)