Commit 4f32ed85 by 泽锋 李

fix

parent 5c27d403
......@@ -228,6 +228,8 @@ namespace AutoTurnOver.DB
}, t);
}
}
catch (Exception ex)
{
......@@ -243,6 +245,9 @@ namespace AutoTurnOver.DB
}
//所有需求标记为已下单
conn.Execute(" update dc_auto_first_order_sku set order_time=@order_time where id in @ids ", new { ids= sku_list.Select(s=>s.id)});
if (err_count)
{
t.Rollback();
......
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