Commit 5bb281aa authored by lijingjing's avatar lijingjing

[fix] 合同起租查询条件修改

parent a110d838
......@@ -2,7 +2,7 @@ var add_datafilters = [
{
name:'contract_status',
expression:"t1.contract_status not in ('SIGNING','SIGN','INCEPTING','INCEPT_RETURN')"
expression:"t1.contract_status in ('SIGNING','SIGN','INCEPTING','INCEPT','INCEPT_RETURN')"
},
{
name : 'authority',
......
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