Commit 313d156b authored by zw's avatar zw

成交报告收款记录

parent 6be214da
...@@ -667,10 +667,10 @@ class Performance extends Basic ...@@ -667,10 +667,10 @@ class Performance extends Basic
{ {
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
$params = array( /* $params = array(
"bargain_id" => 121, "bargain_id" => 121,
"agent_id" => 5775, "agent_id" => 5775,
); );*/
$checkResult = $this->validate($params, "PerformanceValidate.verifyCollectionList"); $checkResult = $this->validate($params, "PerformanceValidate.verifyCollectionList");
if (true !== $checkResult) { if (true !== $checkResult) {
......
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