|
@@ -57,7 +57,7 @@ class WorkBooksService extends BaseService
|
|
|
if ($status > 0) {
|
|
if ($status > 0) {
|
|
|
$query->where('b.status', $status);
|
|
$query->where('b.status', $status);
|
|
|
} else {
|
|
} else {
|
|
|
- $query->whereIn('b.status', [1, 2]);
|
|
|
|
|
|
|
+ $query->whereIn('b.status', [1, 2, 3]);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
})
|
|
})
|