|
@@ -1038,7 +1038,7 @@ class VerifyApi {
|
|
$un_common_location = Db::table("un_common_location")->column('name', 'code');
|
|
$un_common_location = Db::table("un_common_location")->column('name', 'code');
|
|
foreach ($list as $kkk => &$item) {
|
|
foreach ($list as $kkk => &$item) {
|
|
if($params['select_contract'] == '1'){
|
|
if($params['select_contract'] == '1'){
|
|
- if($item['active'] == '2'){
|
|
|
|
|
|
+ if($item['activeName'] == '离职'){
|
|
unset($list[$kkk]);
|
|
unset($list[$kkk]);
|
|
continue;
|
|
continue;
|
|
}else{
|
|
}else{
|