Commit c2660dea by 泽锋 李

fix

parent e67052d9
......@@ -130,6 +130,7 @@ namespace AutoTurnOver.DB
{
db_data.distribution_quantity = Math.Min(db_data.distribution_quantity, old_data.distribution_quantity);
db_data.prod_quantity = Math.Min(db_data.prod_quantity, old_data.prod_quantity);
db_data.id = old_data.id;
conn.Update(db_data);
}
else
......
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