Commit 99d36ae7 authored by hujun's avatar hujun

20

parent f095fe48
...@@ -71,7 +71,11 @@ class Evaluation extends Basic ...@@ -71,7 +71,11 @@ class Evaluation extends Basic
} }
//7.评价类型:1带看 2成交记录表 //7.评价类型:1带看 2成交记录表
if (!empty($params['source'])) { if (!empty($params['source'])) {
$where['a.source'] = $params['source']; if ($params['source'] == 1) {
$where['a.source'] = 10;
} else {
$where['a.source'] = 20;
}
} }
//搜索条件 end //搜索条件 end
......
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