Commit 33420fc4 authored by hujun's avatar hujun

1

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