Commit c1fbbb39 authored by hujun's avatar hujun

成交报告审核-结单

parent 50826c26
...@@ -110,7 +110,7 @@ class Finance extends Basic ...@@ -110,7 +110,7 @@ class Finance extends Basic
case 4 : case 4 :
//成交报告列表-已结单 //成交报告列表-已结单
$where['a.account_statement'] = 1; $where['a.account_statement'] = 1;
$where['a.status'] = 11; $where['a.status'] = 13;
$audit_level = 2; $audit_level = 2;
break; break;
/* case 5 : /* case 5 :
......
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