storedetail
This commit is contained in:
@@ -1373,7 +1373,7 @@ func refreshStoreSkuPrice(ctx *jxcontext.Context, db *dao.DaoDB, skuID int) (err
|
||||
func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) {
|
||||
v := batchItemList[0].(*dao.StoreSkuAndName)
|
||||
storeID := v.StoreID
|
||||
storeDetail, _ := dao.GetStoreDetail(db, storeID, model.VendorIDJX)
|
||||
storeDetail, _ := dao.GetStoreDetail(db, storeID, model.VendorIDJX, "")
|
||||
if storeDetail == nil {
|
||||
return retVal, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user