This commit is contained in:
suyl
2021-07-14 14:00:04 +08:00
parent f6ce015ef5
commit 9210794b35

View File

@@ -2222,7 +2222,7 @@ func BuildFakeMatterOrder() {
var (
db = dao.GetDB()
)
storeMaps, _ := dao.GetStoresMapList(db, []int{model.VendorIDJX}, []int{668188}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "")
storeMaps, _ := dao.GetStoresMapList(db, []int{model.VendorIDJX}, []int{668203}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "")
task := tasksch.NewParallelTask("RefreshOrdersPriceInfo", tasksch.NewParallelConfig().SetParallelCount(1).SetIsContinueWhenError(true), jxcontext.AdminCtx,
func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) {
storeMap := batchItemList[0].(*model.StoreMap)