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