This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-08-20 14:04:44 +08:00
parent 853f1571eb
commit 2e65b50b11
2 changed files with 8 additions and 8 deletions

View File

@ -101,7 +101,7 @@ DebugSourceDirs=
UsePackages=0
[Parameters]
RunParams=
HostApplication=D:\徐加艳项目代码\项目代码\乐邦\检验管理\testDll.exe
HostApplication=D:\Dp7Repo\项目代码\D7DJyuebang\检验管理\testDll.exe
Launcher=
UseLauncher=0
DebugCWD=

View File

@ -1574,7 +1574,7 @@ begin
begin
close;
sql.Clear;
sql.Add('update WFB_MJJY SET CDList= dbo.F_Get_Order_SubStr(MJID,''MJCDHZSL'')');
sql.Add('update WFB_MJJY SET CDList= dbo.F_Get_Order_SubStr(MJID,''MJCDHZSL''),DETM2=dbo.F_Get_MJJY_DETM2(MJID)');
sql.Add('where MJID=''' + Trim(FMJID) + ''' ');
execsql;
end;