From 1c320b17c1c335dbb7898051d28768f9bb5f752b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E5=A4=A9=E5=A4=A7=E5=9C=A3?= <17615834396@163.com> Date: Wed, 15 Nov 2023 18:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=98=E6=89=A3=E8=90=A5=E9=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activeConsumption/index.vue | 11 - .../EventMarketing/activeDiscount/index.vue | 291 ++++++----------- .../EventMarketing/activeFullminus/index.vue | 306 ++++++------------ .../impl/ActiveDiscountServiceImpl.java | 18 +- .../impl/ActiveFullminusServiceImpl.java | 18 +- .../entity/ActiveNewlywedsChild.java | 43 ++- .../impl/ActiveNewlywedsServiceImpl.java | 19 +- .../dto/ActiveRecommendDTO.java | 10 + .../entity/ActiveRecommend.java | 9 + .../entity/ActiveRecommendChild.java | 44 ++- .../impl/ActiveRecommendServiceImpl.java | 67 ++-- .../activeRecommend/vo/ActiveRecommendVO.java | 10 + 12 files changed, 403 insertions(+), 443 deletions(-) diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue index 4e7620dc4..963fa2c2d 100644 --- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue @@ -41,10 +41,6 @@ >新增 - - - - @@ -402,21 +398,14 @@ - - - - - - - diff --git a/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue b/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue index 404316e3e..e0755c915 100644 --- a/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue @@ -1,22 +1,7 @@