Shuxia Ning
2025-01-13 eef06a428a0cdaada0448f5bb703c0944a7932d9
WinFrmUI/PBS.WinFrmUI.WE.Core/WaterWE/WaterEquivalentMgr.cs
@@ -168,7 +168,7 @@
               }
               if (MessageBoxHelper.IsClickOk($"确认删除数据行?"))
                   return;
               if (_bllWaterEquivalent.DeleteByID(vm.ID, out string msg))
               if (_bllWaterEquivalent.DeleteByID(vm.UserID, out string msg))
               {
                   MessageBoxHelper.ShowSuccess("删除成功!");
                   _allBindingList.Remove(vm);