|
@@ -144,7 +144,7 @@ class Education extends PersonController {
|
|
|
$log["stateChange"] = "修改子女就学申报";
|
|
|
$response->msg = "修改成功";
|
|
|
} else {
|
|
|
- $talentInfo = \app\enterprise\api\TalentApi::getOne($info["talentId"]);
|
|
|
+ $talentInfo = \app\enterprise\api\TalentApi::getOne($info["talentId"])->toArray();
|
|
|
$area = [];
|
|
|
if ($talentInfo) {
|
|
|
if (!$talentInfo || $talentInfo["checkState"] != \app\common\api\TalentState::CERTIFICATED || $talentInfo["isEffect"] != 1) {
|