This commit is contained in:
2022-08-01 11:21:36 +08:00
7 changed files with 666 additions and 2 deletions

View File

@@ -238,7 +238,7 @@ IF 输入.flag = "10"
material.material_code,
material.material_name,
material.material_spec
ORDER BY real_qty
ORDER BY real_qty desc
LIMIT 0,10
ENDSELECT
ENDQUERY
@@ -380,4 +380,4 @@ IF 输入.flag = "14"
ENDOPTION
ENDSELECT
ENDQUERY
ENDIF
ENDIF