数据变更列表添加操作时间
This commit is contained in:
parent
4585c57609
commit
9e51c0963b
@ -45,7 +45,7 @@ class ChangeLogLists extends BaseAdminDataLists implements ListsSearchInterface
|
|||||||
public function lists(): array
|
public function lists(): array
|
||||||
{
|
{
|
||||||
return ChangeLog::where($this->searchWhere)
|
return ChangeLog::where($this->searchWhere)
|
||||||
->field(['id', 'admin_id', 'model', 'link_id', 'nums', 'pm', 'url', 'mark'])
|
->field(['id', 'admin_id', 'model', 'link_id', 'nums', 'pm', 'url', 'mark', 'create_time'])
|
||||||
->limit($this->limitOffset, $this->limitLength)
|
->limit($this->limitOffset, $this->limitLength)
|
||||||
->order(['id' => 'desc'])
|
->order(['id' => 'desc'])
|
||||||
->select()->each(
|
->select()->each(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user