Commit 42ca6810 by guanzhenshan

解决资产负债表存货非FBA仓导出明细不对的问题

parent 1f6d6ff1
......@@ -910,7 +910,7 @@ namespace Bailun.DC.Services
}
else if (t == 1) //非FBA在库明细
{
sql += " and hq_type!='FBA仓' and is_transfer=0";
sql += " and hq_type!='FBA仓' and hq_type!='耗材仓' and is_transfer=0";
}
else if (t == 3) //FBA在途明细
{
......
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