Commit 99068eee authored by 18083's avatar 18083

电子签约限制查询范围

parent ed32f534
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
select c.contract_id, c.ele_flow_id select c.contract_id, c.ele_flow_id
from con_contract_ele_flow c from con_contract_ele_flow c
where nvl(c.ele_file_dl_flag,'N') = 'N' where nvl(c.ele_file_dl_flag,'N') = 'N'
and (c.flow_status = 2 or c.flow_status is null)) t1 and (c.flow_status = 2 or c.flow_status is null)
and c.creation_date>=add_months(sysdate,-1)) t1
#WHERE_CLAUSE# #WHERE_CLAUSE#
]]></bm:query-sql> ]]></bm:query-sql>
</bm:operation> </bm:operation>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment