package cms import ( "testing" "git.rosy.net.cn/jx-callback/business/jxutils/jxcontext" ) func TestCheckSkuDiffBetweenJxAndVendor(t *testing.T) { vendorIDList := []int{} storeIDList := []int{} CheckSkuDiffBetweenJxAndVendor(jxcontext.AdminCtx, vendorIDList, storeIDList) }