This commit is contained in:
2022-11-29 18:06:34 +08:00
parent 0763920948
commit 2242992b81
3 changed files with 154 additions and 45 deletions

View File

@@ -105,14 +105,17 @@
IF 输入.flag = "3"
QUERY
SELECT
*
*
FROM
st_ivt_structattr
st_ivt_structattr
WHERE
sect_code = 'XN01'
AND lock_type = '1'
AND is_delete = '0'
AND IFNULL( storagevehicle_code, '' ) = ''
sect_code = 'XN01'
AND lock_type = '1'
AND is_delete = '0'
AND IFNULL( storagevehicle_code, '' ) = ''
ORDER BY
struct_code
LIMIT 1
ENDSELECT
ENDQUERY
ENDIF

View File

@@ -137,3 +137,13 @@
ENDSELECT
ENDQUERY
ENDIF
IF 输入.flag = "3"
QUERY
SELECT DISTINCT
package_box_sn
FROM
pdm_bi_subpackagerelation
ENDSELECT
ENDQUERY
ENDIF