修复价格
This commit is contained in:
@@ -1609,7 +1609,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
||||
// continue
|
||||
// }
|
||||
// }
|
||||
storeSkus, err := dao.GetStoresSkusInfo(dao.GetDB(), []int{102891}, nil)
|
||||
storeSkus, err := dao.GetStoresSkusInfo(dao.GetDB(), nil, 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)
|
||||
|
||||
Reference in New Issue
Block a user