Commit 968804c2 authored by zhuwei's avatar zhuwei

bug

parent 43fe0ddc
......@@ -333,15 +333,9 @@ class PerformanceService
}
}
if (!empty($params['district_id'])) {
$where_['a.district_id'] = $params['district_id'];
}
if (!empty($params['site_id'])) {
$where_['d.site_id'] = $params['site_id'];
}
//区域搜索条件
if (!empty($params['district_id'])) {
$where_['a.district_id'] = $params['district_id'];
......
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