代码更新
This commit is contained in:
@@ -257,6 +257,8 @@
|
|||||||
AND attr.out_order_seq > 输入.out_order_seq
|
AND attr.out_order_seq > 输入.out_order_seq
|
||||||
AND IFNULL( attr.storagevehicle_code, '' ) <> ''
|
AND IFNULL( attr.storagevehicle_code, '' ) <> ''
|
||||||
|
|
||||||
|
ORDER BY out_order_seq DESC
|
||||||
|
|
||||||
ENDSELECT
|
ENDSELECT
|
||||||
ENDQUERY
|
ENDQUERY
|
||||||
ENDIF
|
ENDIF
|
||||||
@@ -274,6 +276,8 @@
|
|||||||
AND attr.out_order_seq < 输入.out_order_seq
|
AND attr.out_order_seq < 输入.out_order_seq
|
||||||
AND IFNULL( attr.storagevehicle_code, '' ) <> ''
|
AND IFNULL( attr.storagevehicle_code, '' ) <> ''
|
||||||
|
|
||||||
|
ORDER BY out_order_seq
|
||||||
|
|
||||||
ENDSELECT
|
ENDSELECT
|
||||||
ENDQUERY
|
ENDQUERY
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|||||||
Reference in New Issue
Block a user