mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-21 16:18:41 +00:00
fixed bug of repeating positions if department=null
This commit is contained in:
parent
75c635bba8
commit
026ab292d4
|
|
@ -391,6 +391,7 @@ foreach ($positions as $position) {
|
|||
$module->apiPositionCreate($request, $response);
|
||||
|
||||
$positionIds[$position['name']] = $response->get('')['response']->getId();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user