Commit 49f537eb authored by clone's avatar clone

1

parent f404e5df
...@@ -25,7 +25,7 @@ class FindShop extends Basic ...@@ -25,7 +25,7 @@ class FindShop extends Basic
public function getFindShopList() public function getFindShopList()
{ {
$params = $this->params; $params = $this->params;
/* $params = array( /* $params = array(
"is_my" => 0, //0我的客户 1全部客户 "is_my" => 0, //0我的客户 1全部客户
"agent_id" => 1, "agent_id" => 1,
"submit_time_start" => "2019-03-01", "submit_time_start" => "2019-03-01",
...@@ -72,7 +72,7 @@ class FindShop extends Basic ...@@ -72,7 +72,7 @@ class FindShop extends Basic
$result = $findShopModel->getFindShopAndUserList($field, $conditions, 1, 1); $result = $findShopModel->getFindShopAndUserList($field, $conditions, $pageNo, $pageSize);
foreach ($result as $key=>$item){ foreach ($result as $key=>$item){
$result[$key]["user_phone"] = substr_replace($item["user_phone"], '****', 3, 4); $result[$key]["user_phone"] = substr_replace($item["user_phone"], '****', 3, 4);
} }
......
<?php <?php
namespace app\model; namespace app\model;
use think\Db; use think\Db;
use Think\Model; use think\Model;
/** /**
* Created by PhpStorm. * Created by PhpStorm.
......
...@@ -441,7 +441,6 @@ Route::group('index', [ ...@@ -441,7 +441,6 @@ Route::group('index', [
'userAccountBalanceList' => ['index/AccountBalance/userAccountBalanceList', ['method' => 'get|post']], 'userAccountBalanceList' => ['index/AccountBalance/userAccountBalanceList', ['method' => 'get|post']],
'check' => ['index/AccountBalance/check', ['method' => 'get|post']], 'check' => ['index/AccountBalance/check', ['method' => 'get|post']],
'videoCheckList' => ['index/VideoCheck/videoCheckList', ['method' => 'get|post']], 'videoCheckList' => ['index/VideoCheck/videoCheckList', ['method' => 'get|post']],
//开盘广场 //开盘广场
......
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