ctx外部传参
This commit is contained in:
@@ -311,7 +311,7 @@ func (c *TempOpController) CheckSkuDiffBetweenJxAndVendor() {
|
||||
var vendorIDList []int
|
||||
var storeIDList []int
|
||||
if err = jxutils.Strings2Objs(params.VendorIDs, &vendorIDList, params.StoreIDs, &storeIDList); err == nil {
|
||||
cms.CheckSkuDiffBetweenJxAndVendor(vendorIDList, storeIDList)
|
||||
cms.CheckSkuDiffBetweenJxAndVendor(params.Ctx, vendorIDList, storeIDList)
|
||||
}
|
||||
|
||||
return retVal, "", err
|
||||
|
||||
Reference in New Issue
Block a user