From c18b273496dd90657c046cb085bc868fdee55d3e Mon Sep 17 00:00:00 2001 From: YangMingHao <2054683303@qq.com> Date: Wed, 6 Aug 2025 15:36:32 +0800 Subject: [PATCH] vault backup: 2025-08-06 15:36:31 --- SanPinPLM/相关操作/4.0-other/200.Delphi脚本.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SanPinPLM/相关操作/4.0-other/200.Delphi脚本.md b/SanPinPLM/相关操作/4.0-other/200.Delphi脚本.md index 34aa0941..98c2c776 100644 --- a/SanPinPLM/相关操作/4.0-other/200.Delphi脚本.md +++ b/SanPinPLM/相关操作/4.0-other/200.Delphi脚本.md @@ -95,7 +95,7 @@ chiGetFieldValueBySql('select top 1 usr_sqlmj from pdmitem where usr_sqlmj like 获取的结果赋值给变量 -``` +```delphi str := chiGetFieldValueBySql('select usr_333 from pdmitem where itemcode = ''' + fedtItemCode.Text + ''''); ```