|
|
@@ -33,7 +33,7 @@ class MasterWorkerAccountLogLists extends BaseWorkerDataLists
|
|
|
->field('sn,title,change_type,action,work_sn,change_amount,create_time')
|
|
|
->order(['id' => 'dasc'])
|
|
|
->append(['action_text'])
|
|
|
- ->limit($this->limitOffset, $this->limitLength)
|
|
|
+ //->limit($this->limitOffset, $this->limitLength)
|
|
|
->order(['create_time' => 'desc'])//时间排序
|
|
|
->select()
|
|
|
->toArray();
|