Compare commits
No commits in common. "0e3dd2a750fb9c5516b7f8e3aae93c7d59c4e6de" and "ac7fd183873918acb2fdb13f36184abbf05709c5" have entirely different histories.
0e3dd2a750
...
ac7fd18387
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue