add 工单搜索条件
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
输入.workprocedure_ids TYPEAS f_string
|
输入.workprocedure_ids TYPEAS f_string
|
||||||
输入.unFinish TYPEAS s_string
|
输入.unFinish TYPEAS s_string
|
||||||
输入.region_code TYPEAS s_string
|
输入.region_code TYPEAS s_string
|
||||||
|
输入.device TYPEAS s_string
|
||||||
|
|
||||||
[临时表]
|
[临时表]
|
||||||
--这边列出来的临时表就会在运行期动态创建
|
--这边列出来的临时表就会在运行期动态创建
|
||||||
@@ -89,6 +89,9 @@
|
|||||||
ENDOPTION
|
ENDOPTION
|
||||||
OPTION 输入.region_code <> ""
|
OPTION 输入.region_code <> ""
|
||||||
device.region_code = 输入.region_code
|
device.region_code = 输入.region_code
|
||||||
|
ENDOPTION
|
||||||
|
OPTION 输入.device <> ""
|
||||||
|
device.device_name = 输入.device
|
||||||
ENDOPTION
|
ENDOPTION
|
||||||
ENDSELECT
|
ENDSELECT
|
||||||
ENDPAGEQUERY
|
ENDPAGEQUERY
|
||||||
@@ -241,6 +244,9 @@
|
|||||||
OPTION 输入.region_code <> ""
|
OPTION 输入.region_code <> ""
|
||||||
device.region_code = 输入.region_code
|
device.region_code = 输入.region_code
|
||||||
ENDOPTION
|
ENDOPTION
|
||||||
|
OPTION 输入.device <> ""
|
||||||
|
device.device_name = 输入.device
|
||||||
|
ENDOPTION
|
||||||
ORDER BY
|
ORDER BY
|
||||||
ShiftOrder.order_status ASC, ShiftOrder.create_time DESC
|
ShiftOrder.order_status ASC, ShiftOrder.create_time DESC
|
||||||
ENDSELECT
|
ENDSELECT
|
||||||
|
|||||||
Reference in New Issue
Block a user