Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
dbdf2b85
Commit
dbdf2b85
authored
Jun 20, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
null
parent
90fd72a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CellPhone.php
application/index/controller/CellPhone.php
+2
-0
No files found.
application/index/controller/CellPhone.php
View file @
dbdf2b85
...
@@ -143,10 +143,12 @@ class CellPhone extends Basic
...
@@ -143,10 +143,12 @@ class CellPhone extends Basic
// $result[$k]['content'] = $m_phone_follow->getUserFollowKey('content', $where_follow, 'id DESC');
// $result[$k]['content'] = $m_phone_follow->getUserFollowKey('content', $where_follow, 'id DESC');
// }
// }
break
;
break
;
case
1
:
case
1
:
$landlord_data
=
$m_landlord
->
getInfo
(
'name,phone'
,
[
'id'
=>
$v
[
'users_id'
],
'status'
=>
0
]);
$landlord_data
=
$m_landlord
->
getInfo
(
'name,phone'
,
[
'id'
=>
$v
[
'users_id'
],
'status'
=>
0
]);
$list
[
$k
][
'user_name'
]
=
$landlord_data
[
'name'
]
.
'-'
.
substr_replace
(
$landlord_data
[
'phone'
],
'****'
,
3
,
4
);
$list
[
$k
][
'user_name'
]
=
$landlord_data
[
'name'
]
.
'-'
.
substr_replace
(
$landlord_data
[
'phone'
],
'****'
,
3
,
4
);
break
;
break
;
case
2
:
case
2
:
$landlord_office
=
$m_landlord_office
->
getAllList
(
'name,phone'
,[
'id'
=>
$v
[
'users_id'
]]);
$landlord_office
=
$m_landlord_office
->
getAllList
(
'name,phone'
,[
'id'
=>
$v
[
'users_id'
]]);
$list
[
$k
][
'user_name'
]
=
$landlord_office
[
0
][
'name'
]
.
'-'
.
substr_replace
(
$landlord_office
[
0
][
'phone'
],
'****'
,
3
,
4
);
$list
[
$k
][
'user_name'
]
=
$landlord_office
[
0
][
'name'
]
.
'-'
.
substr_replace
(
$landlord_office
[
0
][
'phone'
],
'****'
,
3
,
4
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment