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
746920dd
Commit
746920dd
authored
Feb 02, 2018
by
clone
Committed by
hujun
Mar 01, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' of
https://gitee.com/zwyjjc/tl_estate
into test
parents
9b96f060
ec3c8c7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Agents.php
application/model/Agents.php
+2
-1
No files found.
application/model/Agents.php
View file @
746920dd
...
@@ -79,7 +79,8 @@ class Agents extends Model
...
@@ -79,7 +79,8 @@ class Agents extends Model
$result
[
'head_portrait'
]
=
ADMIN_URL_TL
.
$result
[
'head_portrait'
];
$result
[
'head_portrait'
]
=
ADMIN_URL_TL
.
$result
[
'head_portrait'
];
$journal
=
new
JournalAccounts
();
$journal
=
new
JournalAccounts
();
$fields
=
'count(j.id) as num'
;
$fields
=
'count(j.id) as num'
;
$result
[
'JournalAccounts'
]
=
$journal
->
getJournalHouseInfoId
(
$fields
,
$id
)[
'num'
];
//成交记录
$Journal_num
=
$journal
->
getJournalHouseInfoId
(
$fields
,
$id
);
$result
[
'JournalAccounts'
]
=
isset
(
$Journal_num
[
'num'
])
?
$Journal_num
[
'num'
]
:
0
;
//成交记录
$current_time
=
time
();
$current_time
=
time
();
$user_time
=
strtotime
(
$result
[
'created'
]);
$user_time
=
strtotime
(
$result
[
'created'
]);
...
...
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