|
@@ -1540,6 +1540,8 @@ class IndexController extends WebBaseController
|
|
|
$info->manage = json_encode($manage);
|
|
|
$info->status = 0;
|
|
|
$info->save();
|
|
|
+ $appoint_info->political_audit = 1;
|
|
|
+ $appoint_info->save();
|
|
|
return ['status' => 1, 'msg' => '提交成功', 'data' => ''];
|
|
|
}else{
|
|
|
$data['appoint_id'] = $appoint_id;
|
|
@@ -1600,6 +1602,8 @@ class IndexController extends WebBaseController
|
|
|
$data['manage'] = json_encode($manage);
|
|
|
$data['status'] = 0;
|
|
|
$result = RecruitSupplement::create($data);
|
|
|
+ $appoint_info->political_audit = 1;
|
|
|
+ $appoint_info->save();
|
|
|
return ['status' => 1, 'msg' => '提交成功', 'data' => ''];
|
|
|
}
|
|
|
|