Commit 1179f0ec authored by 李贺贺's avatar 李贺贺

合同取消查询修复

parent 9039805b
......@@ -75,7 +75,7 @@
<bm:query-field field="contract_status" queryOperator="="/>
</bm:query-fields>
<bm:data-filters>
<bm:data-filter name="query" expression=" ((t1.sign_contract_status = 'NEW' AND t1.contract_status = 'NEW') OR
<bm:data-filter name="query" expression=" ((((t1.sign_contract_status = 'NEW' AND t1.contract_status = 'NEW') OR
(t1.sign_contract_status = 'SIGN_RETURN' AND
t1.contract_status = 'NEW') OR
(t1.sign_contract_status = 'SIGN_RETURN' AND
......@@ -84,6 +84,8 @@
t1.contract_status = 'NEW') OR
(t1.sign_contract_status = 'SIGN' AND
t1.contract_status = 'INCEPT_RETURN'))
and nvl(t1.sign_type,'PAPER_SIGN')='PAPER_SIGN'"/>
and nvl(t1.sign_type,'PAPER_SIGN')='PAPER_SIGN') OR
(t1.sign_contract_status = 'NEW' AND t1.contract_status = 'NEW'
and nvl(t1.sign_type,'PAPER_SIGN')='ELE_SIGN'))"/>
</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