Commit 9eeb6002 authored by 38823's avatar 38823

合同取消查询排除经租合同

parent 1bf2f62f
......@@ -91,6 +91,6 @@
(t1.sign_contract_status = 'NEW' AND t1.contract_status = 'NEW' and
nvl(t1.sign_type, 'PAPER_SIGN') = 'ELE_SIGN') OR
t1.sign_type = 'ELE_SIGN' and t1.sign_contract_status = 'SIGN' and
(t1.contract_status = 'NEW' or t1.contract_status = 'INCEPT_RETURN'))"/>
(t1.contract_status = 'NEW' or t1.contract_status = 'INCEPT_RETURN')) and t1.document_type!='PUR_ORDER'"/>
</bm:data-filters>
</bm:model>
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