fix(src): 解决GROUP BY问题:只查询主键ID,避免ONLY_FULL_GROUP_BY错误
This commit is contained in:
@@ -121,7 +121,7 @@ class Model
|
||||
/**
|
||||
* 获取分页列表数据
|
||||
* @param array $condition
|
||||
* @param bool $field
|
||||
* @param bool | string $field
|
||||
* @param string $order
|
||||
* @param int $page
|
||||
* @param int $list_rows
|
||||
|
||||
Reference in New Issue
Block a user