refactor: hidden内容修改

This commit is contained in:
2025-05-24 09:47:56 +08:00
parent 7f4fccd209
commit 650fcde169
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ class BannerItem
{
$id = request()->param('id');
$banner_item = SysBannerItemModel::with('prod_mapping.category')
$banner_item = SysBannerItemModel::with('prodMapping.category')
->withoutField([
'created_at',
'updated_at',