焊工更新接口
This commit is contained in:
@@ -415,7 +415,7 @@
|
||||
var pw = Funs.DB.Project_Welder.Where(x => x.WED_ID == WED_ID);
|
||||
foreach(var w in pw)
|
||||
{
|
||||
w.ExchangeTime = null;
|
||||
w.ExchangeTime = DateTime.Now;
|
||||
}
|
||||
Funs.DB.SubmitChanges();
|
||||
Alert.ShowInParent(PersonFace(welder), MessageBoxIcon.Warning);
|
||||
|
||||
Reference in New Issue
Block a user