Commit 4a6dc8b0 authored by hujun's avatar hujun

1

parent f0fc8ff5
...@@ -110,7 +110,7 @@ class BrokerService ...@@ -110,7 +110,7 @@ class BrokerService
return $result; return $result;
} }
if ($old_site_id == $new_site_id) { if ($old_site_id == $new_site_id && empty($data['confirm_old'])) {
$result['msg'] = '相同城市不需要转勤'; $result['msg'] = '相同城市不需要转勤';
return $result; return $result;
} }
......
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