@@ -494,15 +494,15 @@ |
||
| 494 | 494 | 'desc' |
| 495 | 495 | ); |
| 496 | 496 | |
| 497 | - if($filter["pcode"]){ |
|
| 497 | + if ($filter["pcode"]) { |
|
| 498 | 498 | $paginator=$paginator->where(["pcode"=>$filter["pcode"]]); |
| 499 | 499 | } |
| 500 | 500 | |
| 501 | - if($filter["result"]){ |
|
| 501 | + if ($filter["result"]) { |
|
| 502 | 502 | $paginator=$paginator->where(["verdict"=>$filter["result"]]); |
| 503 | 503 | } |
| 504 | 504 | |
| 505 | - if($filter["account"]){ |
|
| 505 | + if ($filter["account"]) { |
|
| 506 | 506 | $paginator=$paginator->where(["name"=>$filter["account"]]); |
| 507 | 507 | } |
| 508 | 508 | |