bug
Codex Assistant
2025-11-05 3714621173c606c4c58439ed8941100ce9ddea14
web/src/api/promotion.js
@@ -4,6 +4,7 @@
const GET_PROMOTION_COMPETITIONS = `
  query GetPromotionCompetitions($name: String, $page: Int, $size: Int) {
    promotionCompetitions(name: $name, page: $page, size: $size) {
      content {
      id
      competitionId
      competitionName
@@ -16,6 +17,11 @@
      sortOrder
      state
    }
      totalElements
      page
      size
      totalPages
    }
  }
`