* [bug] fix batchAssign bug.

This commit is contained in:
sunguangming
2024-09-29 13:15:27 +08:00
committed by 王怡栋
parent 005868ed96
commit b44f882a6b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1032,6 +1032,7 @@ class bug extends control
*/
public function batchAssignTo(string $assignedTo, int $objectID, string $type = 'execution')
{
$assignedTo = base64_decode($assignedTo);
if($this->post->bugIdList)
{
/* 获取指派给的 bug id 列表。 */