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