fix(src): 解决GROUP BY问题:只查询主键ID,避免ONLY_FULL_GROUP_BY错误

This commit is contained in:
2025-11-25 11:32:31 +08:00
parent 88355a3f48
commit 9ff2492962
2 changed files with 28 additions and 21 deletions

View File

@@ -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