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
9dec1ae8
Commit
9dec1ae8
authored
Apr 10, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
461a3481
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
SquareService.php
application/api_broker/service/SquareService.php
+2
-0
No files found.
application/api_broker/service/SquareService.php
View file @
9dec1ae8
...
@@ -127,6 +127,7 @@ class SquareService
...
@@ -127,6 +127,7 @@ class SquareService
$field
.=
'Comment.create_time'
;
$field
.=
'Comment.create_time'
;
$get_params
[
'Comment.square_id'
]
=
$params
[
'square_id'
];
$get_params
[
'Comment.square_id'
]
=
$params
[
'square_id'
];
$get_params
[
'Comment.is_del'
]
=
0
;
$res
=
$this
->
m_coment
->
getSquareCommentList
(
$pageNo
,
$pageSize
,
$field
,
$get_params
);
$res
=
$this
->
m_coment
->
getSquareCommentList
(
$pageNo
,
$pageSize
,
$field
,
$get_params
);
$res_total
=
$this
->
m_coment
->
getSquareCommentListTotal
(
$field
,
$get_params
);
$res_total
=
$this
->
m_coment
->
getSquareCommentListTotal
(
$field
,
$get_params
);
...
@@ -315,6 +316,7 @@ class SquareService
...
@@ -315,6 +316,7 @@ class SquareService
$field
=
'CommentExt.id,CommentExt.comment,CommentExt.level,CommentExt.create_time,CommentExt.agent_id_a,CommentExt.agent_id_b'
;
//
$field
=
'CommentExt.id,CommentExt.comment,CommentExt.level,CommentExt.create_time,CommentExt.agent_id_a,CommentExt.agent_id_b'
;
//
$get_params
[
'CommentExt.comment_id'
]
=
$params
[
'id'
];
$get_params
[
'CommentExt.comment_id'
]
=
$params
[
'id'
];
$get_params
[
'CommentExt.is_del'
]
=
0
;
$res
=
$this
->
m_coment_ext
->
getSquareCommentExtList
(
$pageNo
,
$pageSize
,
$field
,
$get_params
);
$res
=
$this
->
m_coment_ext
->
getSquareCommentExtList
(
$pageNo
,
$pageSize
,
$field
,
$get_params
);
$res_total
=
$this
->
m_coment_ext
->
getSquareCommentExtListTotal
(
$field
,
$get_params
);
$res_total
=
$this
->
m_coment_ext
->
getSquareCommentExtListTotal
(
$field
,
$get_params
);
...
...
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