fix:包装关系时间查询

This commit is contained in:
zhouz
2025-12-05 14:26:20 +08:00
parent 50cfe783e4
commit df7e03904c

View File

@@ -168,6 +168,14 @@
sub.date_of_FG_inbound = 输入.date_of_FG_inbound
ENDOPTION
OPTION 输入.begin_time <> ""
date_of_FG_inbound>= 输入.begin_time
ENDOPTION
OPTION 输入.end_time <> ""
date_of_FG_inbound <= 输入.end_time
ENDOPTION
OPTION 输入.status <> ""
sub.status = 输入.status
ENDOPTION
@@ -228,6 +236,14 @@
sub.date_of_FG_inbound = 输入.date_of_FG_inbound
ENDOPTION
OPTION 输入.begin_time <> ""
sub.date_of_FG_inbound>= 输入.begin_time
ENDOPTION
OPTION 输入.end_time <> ""
sub.date_of_FG_inbound <= 输入.end_time
ENDOPTION
OPTION 输入.status <> ""
sub.status = 输入.status
ENDOPTION
@@ -283,11 +299,11 @@
ENDOPTION
OPTION 输入.begin_time <> ""
date_of_FG_inbound>= 输入.begin_time
sub.date_of_FG_inbound>= 输入.begin_time
ENDOPTION
OPTION 输入.end_time <> ""
date_of_FG_inbound <= 输入.end_time
sub.date_of_FG_inbound <= 输入.end_time
ENDOPTION
OPTION 输入.status <> ""