@@ -96,9 +96,9 @@ |
||
96 | 96 | if (!empty($date_stop)) { |
97 | 97 | $this->statement()->aw_lte($this->model()->event_field(), $date_stop, $this->statement()->table_label(), ':filter_date_stop'); |
98 | 98 | } |
99 | - // |
|
100 | - // if(empty($options['order_by'])) |
|
101 | - // $this->statement()->order_by([$this->model()->event_field(), 'DESC']); |
|
99 | + // |
|
100 | + // if(empty($options['order_by'])) |
|
101 | + // $this->statement()->order_by([$this->model()->event_field(), 'DESC']); |
|
102 | 102 | } |
103 | 103 | |
104 | 104 | public function filter_with_ids($ids) |
@@ -266,7 +266,7 @@ |
||
266 | 266 | |
267 | 267 | if ($Query->is_success()) { |
268 | 268 | foreach ($Query->ret_obj(get_called_class()) as $rec) { |
269 | - $ret[$rec->get($pk_name)] = $rec; |
|
269 | + $ret[$rec->get($pk_name)] = $rec; |
|
270 | 270 | } |
271 | 271 | } |
272 | 272 |