['in', $ids]], null, '*', 'applyId'); $list = self::groupInfo($list); return $list; } public static function groupInfo($list) { if (empty($list)) { return $list; } foreach ($list as $key => $val) { $list[$key]['license'] = imgUtil::getPrefix() . '/retail/default-img.png'; } return $list; } }