Commit 38a37c86 authored by hujun's avatar hujun

同城市转门店修改

parent 9ba97f16
......@@ -131,7 +131,7 @@ class BrokerService
return $result;
}
if ($old_site_id == $new_site_id && !empty($data['confirm_old'])) {
if ($old_site_id == $new_site_id && $data['confirm_old'] == 1) {
$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