|
@@ -117,7 +117,7 @@ class Talent extends AdminController {
|
|
|
}
|
|
|
/* * ***********************处理职业资格证书结束*************** */
|
|
|
/* * ***********************处理高校教育信息开始*************** */
|
|
|
- if (!empty($info['pro_qua'])) {
|
|
|
+ if (!empty($info['highest_degree'])) {
|
|
|
$content['SBJ0004'] = $rsapi->SBJ0004($info['name'], $info['card_number']);
|
|
|
if ($content['SBJ0004']['data']['totalCount'] > 0) {
|
|
|
$tmp_str = '';
|