Commit 42d21f94 by lizefeng

fix

parent 988c5d40
......@@ -902,7 +902,7 @@ namespace AutoTurnOver.Services
var cols = table.Columns;
foreach (DataColumn col in cols)
{
if (col.ColumnName.Contains("销量") && col.ColumnName.Length > 20)
if (col.ColumnName.Contains("销量") && col.ColumnName.Length > 7)
{
decimal sales = 0;
var salesObj = row[col.ColumnName];
......
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