fix:包装关系时间查询
This commit is contained in:
@@ -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 <> ""
|
||||
|
||||
Reference in New Issue
Block a user