ctx外部传参

This commit is contained in:
Rosy-zhudan
2019-08-09 08:55:54 +08:00
parent 3541fada72
commit 748a530108
2 changed files with 4 additions and 6 deletions

View File

@@ -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