Commit f095fe48 authored by zhuwei's avatar zhuwei

调账->搜成交报告 不包括 待撤销和已撤销

parent 478c5a17
......@@ -50,6 +50,9 @@ class BargainService
case 4:
$condition["status"] = 21;
break;
case 5://调账->搜成交报告 不包括 待撤销和已撤销
$condition["status"] = array('neq','20,21');
break;
default:
}
......
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