Commit d4139624 authored by hujun's avatar hujun

unset

parent fc1b7834
......@@ -50,10 +50,12 @@ class PhoneFollowUpService
if (!empty($params['store_id'])) {
$agent_where['store_id'] = $params['remark_store_id'];
unset($params['store_id']);
}
if (!empty($params['district_id'])) {
$agent_where['district_id'] = $params['district_id'];
unset($params['district_id']);
}
$page_no = isset($params['page_no']) ? $params['page_no'] : 1;
......
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