This commit is contained in:
高飞 2025-11-09 11:49:14 +08:00
parent dcc75670a0
commit 5296abca03
1 changed files with 2 additions and 2 deletions

View File

@ -418,8 +418,8 @@
w.ExchangeTime = DateTime.Now; w.ExchangeTime = DateTime.Now;
} }
Funs.DB.SubmitChanges(); Funs.DB.SubmitChanges();
Alert.ShowInParent(PersonFace(welder), MessageBoxIcon.Warning); //Alert.ShowInParent(PersonFace(welder), MessageBoxIcon.Warning);
Alert.ShowInParent("上传成功!", MessageBoxIcon.Success);
} }
} }