Commit 388da23b by guanzhenshan

解决无法查看月销售利润报表无法查看订单明细的问题

parent a4fab023
...@@ -6513,7 +6513,7 @@ group by currency"; ...@@ -6513,7 +6513,7 @@ group by currency";
if(!string.IsNullOrEmpty(financecategory)) if(!string.IsNullOrEmpty(financecategory))
{ {
sql += $" and t1.financecategoryname='{financecategory}' "; sql += $" and t1.financecategoryname like '{financecategory.Replace("产品","")}%'";
} }
using (var cn = new MySqlConnection(Common.GlobalConfig.ConnectionString_read)) using (var cn = new MySqlConnection(Common.GlobalConfig.ConnectionString_read))
......
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