|
@@ -2689,6 +2689,7 @@ class RecruitController extends Controller
|
|
if ($audit == 3) {
|
|
if ($audit == 3) {
|
|
$where[] = ['audit','=',3];
|
|
$where[] = ['audit','=',3];
|
|
} else {
|
|
} else {
|
|
|
|
+ $where[] = ['audit','!=',0];
|
|
$where[] = ['audit','!=',3];
|
|
$where[] = ['audit','!=',3];
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|