From 915d80766dd8e0157e9b9510b3634ed758eb5c5a Mon Sep 17 00:00:00 2001
From: Codex Assistant <codex@example.com>
Date: 星期日, 05 十月 2025 14:45:58 +0800
Subject: [PATCH] feat: 新增员工审核入口与审核页面

---
 web/src/api/promotion.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/web/src/api/promotion.js b/web/src/api/promotion.js
index 2878790..c2b315d 100644
--- a/web/src/api/promotion.js
+++ b/web/src/api/promotion.js
@@ -5,6 +5,7 @@
   query GetPromotionCompetitions($name: String, $page: Int, $size: Int) {
     promotionCompetitions(name: $name, page: $page, size: $size) {
       id
+      competitionId
       competitionName
       stageName
       maxParticipants

--
Gitblit v1.8.0