Commit eb0cb74e authored by hujun's avatar hujun

同城市转勤判断

parent 671e306b
......@@ -118,6 +118,10 @@ class BrokerService
}
if ($is_new_id && $data['confirm_old']) {
if ($old_site_id == $new_site_id) {
$result['msg'] = '同城市不能转勤';
return $result;
}
$change_old_id = $agent_old[0]['id'];
if (!empty($agent_old[0]['id'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment