Commit fa703095 by 泽锋 李

fix

parent 455faff0
......@@ -537,7 +537,7 @@ sku_image as 'Img',
sku_title_cn as 'Name',
bailun_sku as 'ProductCode'
FROM dc_base_sku
where bailun_sku in @skus", skus.Split(',').ToList());
where bailun_sku in @skus", new { skus = skus.Split(',').ToList() });
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment