数量排序
This commit is contained in:
parent
b70e1519bb
commit
7695e312ab
|
|
@ -467,6 +467,7 @@ begin
|
||||||
sql.Add(' select A.* ');
|
sql.Add(' select A.* ');
|
||||||
sql.Add(' from BS_Cloth_IO A');
|
sql.Add(' from BS_Cloth_IO A');
|
||||||
sql.Add(' where ioflag=''Èë¿â'' and TISId=''' + Trim(FTISId) + '''');
|
sql.Add(' where ioflag=''Èë¿â'' and TISId=''' + Trim(FTISId) + '''');
|
||||||
|
sql.Add(' order by qty desc ');
|
||||||
Open;
|
Open;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user