refactor: 修改评分页接口
This commit is contained in:
@@ -24,7 +24,8 @@ class ArticleLeaveMessage
|
|||||||
// 获取文章留言列表
|
// 获取文章留言列表
|
||||||
$data = ArticleLeaveMessageModel::withoutField([
|
$data = ArticleLeaveMessageModel::withoutField([
|
||||||
'ip',
|
'ip',
|
||||||
'user_agent'
|
'user_agent',
|
||||||
|
'deleted_at'
|
||||||
])
|
])
|
||||||
->withJoin(['article' => function($query) use($param) {
|
->withJoin(['article' => function($query) use($param) {
|
||||||
if (!empty($param['title'])) {
|
if (!empty($param['title'])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user