From f0052aae9b0c2ea49febd3a60ec3fbc997dd8fd8 Mon Sep 17 00:00:00 2001 From: songliang Date: Thu, 6 Jul 2023 16:26:18 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index b8327b78..120a2456 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -792,6 +792,7 @@ class ShopController extends BaseAuthedController 'idx' => $idx, 'grid' => $grid, 'count' => $count, + 'award' => $awardService->toDto(), ) ); }