This commit is contained in:
2025-12-04 20:47:53 +08:00
parent 21e4bfb9bd
commit 34455c007d
2 changed files with 14 additions and 9 deletions
@@ -410,14 +410,16 @@
// 清空文件上传组件
filePhoto1.Reset();
var welder = Funs.DB.HJGL_BS_Welder.FirstOrDefault(x=>x.WED_ID== WED_ID);
welder.PhotoUrl = imgPhoto1.ImageUrl.Replace("~", "");
var welder = Funs.DB.HJGL_BS_Welder.FirstOrDefault(x => x.WED_ID == WED_ID);
welder.PhotoUrl = imgPhoto1.ImageUrl.Replace("~", "");
var pw = Funs.DB.Project_Welder.Where(x => x.WED_ID == WED_ID);
foreach(var w in pw)
foreach (var w in pw)
{
w.ExchangeTime = DateTime.Now;
}
Funs.DB.SubmitChanges();
//Alert.ShowInParent(PersonFace(welder), MessageBoxIcon.Warning);
Alert.ShowInParent("上传成功!", MessageBoxIcon.Success);