Commit 10f3dfd1 authored by zhuwei's avatar zhuwei

bug

parent 27638358
......@@ -878,6 +878,7 @@ class PerformanceService
$m_bargain = new OBargainModel();
$list = $m_bargain->getBargainSumList($field, $params, $page_size, $page_no, $request_source_type);
foreach ($list as $key => $val) {
$list[$key]["internal_address"] = $val["internal_address"] ? $val["internal_address"] : '';
$list[$key]["user_name"] = $val["user_name"] ? $val["user_name"] : '';
$list[$key]["user_phone"] = preg_replace('/(\d{3})\d{4}(\d{4})/', '$1****$2', $val["user_phone"]);
}
......
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