|
|
@@ -83,7 +83,7 @@ class IssueService extends BaseService
|
|
|
if (isset($search['id']) && !empty($search['id'])) {
|
|
|
$where[] = ['id', '=', $search['id']];
|
|
|
}
|
|
|
- if (isset($search['status']) && !empty($search['status'])) {
|
|
|
+ if (isset($search['status']) && $search['status'] != '') {
|
|
|
$where[] = ['status', '=', $search['status']];
|
|
|
}
|
|
|
if (isset($search['abnormal']) && !empty($search['abnormal'])) {
|