@@ -296,7 +296,7 @@ |
||
| 296 | 296 | $preQuery=DB::table($this->table)->where('hide', '=', 0); |
| 297 | 297 | if ($filter['oj']) { |
| 298 | 298 | $OJ=OJ::find($filter['oj']); |
| 299 | - if(blank($OJ) || !$OJ->status) { |
|
| 299 | + if (blank($OJ) || !$OJ->status) { |
|
| 300 | 300 | return null; |
| 301 | 301 | } |
| 302 | 302 | $preQuery=$preQuery->where(["OJ"=>$filter['oj']]); |