焊工更新接口

This commit is contained in:
2025-10-16 12:54:32 +08:00
parent e6b5e14978
commit 6d1418e7cc
3 changed files with 13 additions and 8 deletions
@@ -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);