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
06354c6c
Commit
06354c6c
authored
Jun 28, 2018
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
f28fb014
67a4e990
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
Feed.php
application/api_broker/controller/Feed.php
+11
-2
MP_verify_p9Ei8khm4IKSYIJa.txt
public/MP_verify_p9Ei8khm4IKSYIJa.txt
+0
-0
No files found.
application/api_broker/controller/Feed.php
View file @
06354c6c
...
...
@@ -33,8 +33,17 @@ class Feed extends Basic
$where_0
[
'type'
]
=
1
;
$where_1
[
'status'
]
=
0
;
$where_1
[
'type'
]
=
0
;
$data
[]
=
$push
->
getFeedInfo
(
$field
,
$where_0
,
'id desc'
);
$data
[]
=
$push
->
getFeedInfo
(
$field
,
$where_1
,
'id desc'
);
$feed
=
$push
->
getFeedInfo
(
$field
,
$where_0
,
'id desc'
);
$notice
=
$push
->
getFeedInfo
(
$field
,
$where_1
,
'id desc'
);
if
(
$feed
)
{
$data
[]
=
$feed
;
}
if
(
$notice
)
{
$data
[]
=
$notice
;
}
}
else
{
//列表页
$pageNo
=
empty
(
$this
->
params
[
'pageNo'
])
?
1
:
$this
->
params
[
'pageNo'
];
...
...
MP_verify_p9Ei8khm4IKSYIJa.txt
→
public/
MP_verify_p9Ei8khm4IKSYIJa.txt
View file @
06354c6c
File moved
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