This commit is contained in:
hujiabin 2022-10-28 15:18:41 +08:00
parent d1d7f074f1
commit 2086feba8d

View File

@ -148,7 +148,7 @@ class UserController extends BaseAuthedController {
$heroMeta = mt\Item::get($heroId);
if ($heroMeta) {
Hero::addHero($heroMeta);
// User::upsertHeadList($heroMeta);
User::upsertHeadList($heroMeta);
}
}
$addItems =array();