Commit b754742a by lizefeng

修复商品汇总报表 内部编码查询异常

parent 44f8627d
......@@ -1570,7 +1570,7 @@ where t2.buyer_name = '赵美聪'
{
if (!string.IsNullOrWhiteSpace(search_data.product_inner_code))
{
sql += " and t1.product_inner_code = @product_inner_code ";
sql += " and t2.product_inner_code = @product_inner_code ";
parameters.Add("product_inner_code", search_data.product_inner_code);
}
if (!string.IsNullOrWhiteSpace(search_data.platform_type))
......
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