~
This commit is contained in:
parent
eada7efe0d
commit
4e3b223132
|
|
@ -2369,11 +2369,12 @@ begin
|
|||
CRID := ADOQuery1.fieldbyname('CRID').Value;
|
||||
with ADOQueryCmd do
|
||||
begin
|
||||
Close;
|
||||
Close;
|
||||
sql.Clear;
|
||||
sql.Add('Update JYOrder_Main Set DYXH=''' + Trim(CRID) + ''' ');
|
||||
sql.Add('where mainid in ''' + Trim(FMainID) + '''');
|
||||
ExecSQL;
|
||||
sql.Add('where mainid='''+Trim(Order_Main.fieldbyname('mainID').AsString) +'''');
|
||||
// ShowMessage(sql.text);
|
||||
ExecSQL;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user