From 82163ee70d4dba334cf32325bb9090827cf51e22 Mon Sep 17 00:00:00 2001 From: cun-nan <19819293608@163.com> Date: Tue, 5 Mar 2024 17:59:50 +0800 Subject: [PATCH 01/10] bug --- .../EventMarketing/activeConsumption/index.vue | 16 ++++++++-------- .../EventMarketing/activeDiscount/index.vue | 16 ++++++++-------- .../EventMarketing/activeFullminus/index.vue | 16 ++++++++-------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue index 1ccf1de11..39a11a935 100644 --- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue @@ -11,12 +11,12 @@ @keyup.enter.native="handleQuery" /> - - - - - - + + + + + + @@ -99,8 +99,8 @@ diff --git a/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue b/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue index 842954c78..c91bf6132 100644 --- a/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue @@ -10,12 +10,12 @@ @keyup.enter.native="handleQuery" /> - - - - - - + + + + + + @@ -81,8 +81,8 @@ diff --git a/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue b/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue index 3e7fae61c..bdfeaef63 100644 --- a/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue @@ -10,12 +10,12 @@ @keyup.enter.native="handleQuery" /> - - - - - - + + + + + + @@ -73,8 +73,8 @@ From 595227b921a81262c95fc66e07b8470622cd9d79 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, 6 Mar 2024 09:14:48 +0800 Subject: [PATCH 02/10] bug --- .../cardGift/service/impl/CardGiftServiceImpl.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/cardGift/service/impl/CardGiftServiceImpl.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/cardGift/service/impl/CardGiftServiceImpl.java index 4476adf2e..34b93e0ca 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/cardGift/service/impl/CardGiftServiceImpl.java +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/cardGift/service/impl/CardGiftServiceImpl.java @@ -14,6 +14,7 @@ import com.fuint.business.oilDepotConfiguration.entity.OilDepotConfig; import com.fuint.business.oilDepotConfiguration.service.OilDepotConfigService; import com.fuint.business.store.entity.MtStore; import com.fuint.business.store.service.StoreService; +import com.fuint.business.userManager.entity.LJUser; import com.fuint.business.userManager.entity.UserBalance; import com.fuint.business.userManager.listener.EasyExcelListener; import com.fuint.business.userManager.mapper.LJUserMapper; @@ -264,6 +265,10 @@ public class CardGiftServiceImpl extends ServiceImpl i for (int i = 0; i < list.size(); i++) { CardGift cardGift = (CardGift) list.get(i); cardGift.setStoreId(nowAccountInfo.getStoreId()); + LJUser user = ljUserService.getById(nowAccountInfo.getId()); + if (ObjectUtils.isNotEmpty(user) && StringUtils.isNotEmpty(user.getName())){ + cardGift.setCreateBy(user.getName()); + } //去重 LambdaQueryWrapper queryWrapper = new LambdaQueryWrapper<>(); queryWrapper.eq(CardGift::getNumber,cardGift.getNumber()); From 43e8fa2e6c3270631fa1b972ddeb403e742103e7 Mon Sep 17 00:00:00 2001 From: "@QQNZX" Date: Wed, 6 Mar 2024 09:26:20 +0800 Subject: [PATCH 03/10] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/src/views/EventMarketing/giftBlock/index.vue | 1 - fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue | 2 ++ gasStation-uni/config.js | 6 +++--- gasStation-uni/pagesMy/Recharge/Recharge.vue | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue b/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue index 576a45ec7..cc8e775c5 100644 --- a/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue @@ -417,7 +417,6 @@ import { mounted() { this.getlist() this.gettj() - }, methods:{ getwysk(row){ diff --git a/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue b/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue index e77dfefff..1de9597d8 100644 --- a/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue @@ -430,6 +430,8 @@ }, addoilBlock(){ + this.gbPrice = null, + this.oilPrice=null, this.ruleForm = { type:this.queryParams.type, lockupPrice: 0 , diff --git a/gasStation-uni/config.js b/gasStation-uni/config.js index f28e01c78..94ba034d0 100644 --- a/gasStation-uni/config.js +++ b/gasStation-uni/config.js @@ -6,11 +6,11 @@ module.exports = { // baseUrl: 'http://www.nuoyunr.com/lananRsc/', // baseUrl: 'http://192.168.0.121:8080/', - baseUrl: 'http://192.168.0.178:8008/', - + baseUrl: 'http://192.168.0.196:8081/', + imagesUrl: 'http://192.168.0.196:8081', // baseUrl: 'http://192.168.1.5:8002/cdJdc', - imagesUrl: 'http://www.nuoyunr.com/lananRsc', + // imagesUrl: 'http://www.nuoyunr.com/lananRsc', // 应用信息 appInfo: { // 应用名称 diff --git a/gasStation-uni/pagesMy/Recharge/Recharge.vue b/gasStation-uni/pagesMy/Recharge/Recharge.vue index 2b66bf2c0..efc6d4257 100644 --- a/gasStation-uni/pagesMy/Recharge/Recharge.vue +++ b/gasStation-uni/pagesMy/Recharge/Recharge.vue @@ -76,10 +76,10 @@ text: "全部" }, { - text: "储值卡" + text: "电子储值卡" }, { - text: "囤油卡" + text: "电子囤油卡" }, ] From 6c344fecad0dc128d06b73febc963b0725b5741e Mon Sep 17 00:00:00 2001 From: "@QQNZX" Date: Wed, 6 Mar 2024 09:37:53 +0800 Subject: [PATCH 04/10] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/EventMarketing/storeOilBlock/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue b/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue index 1de9597d8..47f3a4149 100644 --- a/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue @@ -45,7 +45,7 @@ - 新增囤油卡 + 新增电子囤油卡 + + + Date: Wed, 6 Mar 2024 09:51:58 +0800 Subject: [PATCH 05/10] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue b/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue index d882f8025..7f4eefd4f 100644 --- a/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue +++ b/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue @@ -109,8 +109,8 @@ --> From 56321b23c9c51623f1e2c4d3eef2c25e29fc5662 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, 6 Mar 2024 10:03:07 +0800 Subject: [PATCH 06/10] =?UTF-8?q?=E7=A4=BC=E5=93=81=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/EventMarketing/giftBlock/index.vue | 30 +++++++------------ 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue b/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue index 576a45ec7..59d646829 100644 --- a/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue @@ -11,7 +11,7 @@ :value="item.cardAmount"> - + - + - - - + + + + + +