diff --git a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md index 2cd13a23..c989e557 100644 --- a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md +++ b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md @@ -144,7 +144,6 @@ begin ShowMessage('未找到物料编码: ' + fedtItemCode.Text); Exit; end; - // 3. 如果usr_333为1,则更新usr_444为1 if str = '1' then begin @@ -154,7 +153,6 @@ begin // 可选:显示操作成功提示 ShowMessage('已自动将usr_444更新为1'); end; - except on E: Exception do ShowMessage('操作失败: ' + E.Message);