Commit 3fa32109 by guanzhenshan

退款汇总增加公司id判断

parent 3f6c2eb7
......@@ -4562,7 +4562,7 @@ namespace Bailun.DC.Services
sql += ") t2 on t1.origin_order_id=t2.origin_order_id";
}
sql += " where t1.is_deleted=0 and t1.is_freeze=0 ";
sql += " where t1.is_deleted=0 and t1.is_freeze=0 and t1.company_id="+companyid.Value;
if (start.HasValue)
{
......
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