|
@@ -82,7 +82,7 @@ class Talent extends AdminController {
|
|
$info['rs']['I010902'] = $content['I010902'] = $rsapi->I010902($info['card_number']);
|
|
$info['rs']['I010902'] = $content['I010902'] = $rsapi->I010902($info['card_number']);
|
|
$info['rs']['I030101'] = $content['I030101'] = $rsapi->I030101($info['card_number']);
|
|
$info['rs']['I030101'] = $content['I030101'] = $rsapi->I030101($info['card_number']);
|
|
/* * ***********************处理养老缴费判断开始*************** */
|
|
/* * ***********************处理养老缴费判断开始*************** */
|
|
- if(!empty($info['tax_insurance_month'])){
|
|
|
|
|
|
+ if (!empty($info['tax_insurance_month'])) {
|
|
$tmp_time = explode(' - ', $info['tax_insurance_month']);
|
|
$tmp_time = explode(' - ', $info['tax_insurance_month']);
|
|
$content['YL00018'] = $rsapi->YL00018($info['card_number'], str_replace('-', '', $tmp_time[0]), str_replace('-', '', $tmp_time[1]));
|
|
$content['YL00018'] = $rsapi->YL00018($info['card_number'], str_replace('-', '', $tmp_time[0]), str_replace('-', '', $tmp_time[1]));
|
|
$formatDate = formatDateByMonth($tmp_time[0], $tmp_time[1], $content['YL00018']['data']['list']);
|
|
$formatDate = formatDateByMonth($tmp_time[0], $tmp_time[1], $content['YL00018']['data']['list']);
|
|
@@ -1481,7 +1481,7 @@ class Talent extends AdminController {
|
|
$enterprise = \app\common\model\Enterprise::findOrEmpty($talent_info["enterprise_id"]);
|
|
$enterprise = \app\common\model\Enterprise::findOrEmpty($talent_info["enterprise_id"]);
|
|
if ($talent_info) {
|
|
if ($talent_info) {
|
|
$checkState = $talent_info["checkState"];
|
|
$checkState = $talent_info["checkState"];
|
|
- if (!$process || ($process == 3 && $checkState != TalentState::SCND_SUBMIT) || ($process == 4 && $checkState != TalentState::FST_VERIFY_PASS) || ($process == 5 && $checkState != TalentState::DEPT_VERIFY_PASS)) {
|
|
|
|
|
|
+ if (!$process || ($process == 3 && $checkState != TalentState::SCND_SUBMIT) || ($process == 4 && $checkState != TalentState::FST_VERIFY_PASS) || ($process == 5 && $checkState != TalentState::DEPT_VERIFY_PASS) || ($process == 5 && $checkState != TalentState::FST_VERIFY_PASS)) {
|
|
return json(["msg" => "该申报不在审核范围内,无法审核"]);
|
|
return json(["msg" => "该申报不在审核范围内,无法审核"]);
|
|
}
|
|
}
|
|
$process = 0;
|
|
$process = 0;
|