Compare commits

..

No commits in common. "0e3dd2a750fb9c5516b7f8e3aae93c7d59c4e6de" and "ac7fd183873918acb2fdb13f36184abbf05709c5" have entirely different histories.

1 changed files with 0 additions and 12 deletions

View File

@ -737,18 +737,6 @@
BLL.HJGL_HotProessManageEditService.AddHotProessItemByJoint(item);
}
#endregion
#region
Model.SGGLDB db1 = Funs.DB;
var list = from x in db1.Weld_StockIn
where x.Amount == null || x.Amount < x.UsingAmount
select x;
foreach (var item in list)
{
item.Amount = item.UsingAmount;
}
db1.SubmitChanges();
#endregion
}
protected void Session_Start(object sender, EventArgs e)