From c1994895bcf78de6bd4429dd09b55b7de6e3e425 Mon Sep 17 00:00:00 2001 From: wangshuai Date: Wed, 10 Jul 2024 19:17:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/market/whole/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/market/whole/index.vue b/ruoyi-ui/src/views/market/whole/index.vue index 6f810b5..f145841 100644 --- a/ruoyi-ui/src/views/market/whole/index.vue +++ b/ruoyi-ui/src/views/market/whole/index.vue @@ -585,7 +585,8 @@ export default { /** 新增按钮操作 */ handleAdd() { // var url = 'https://p.kdocs.cn/s/VEQ34BIAIQ'; - var url = 'http://43.140.224.18/h5/test.html' + // var url = 'http://43.140.224.18/h5/test.html' + var url = 'https://365.kdocs.cn/l/ccP9yCOfaXE9'; window.open(url,'_blank'); // // this.reset(); From 1e38fcf3df3cb3add611654b5c1284ae99e14e3a Mon Sep 17 00:00:00 2001 From: wangshuai Date: Wed, 10 Jul 2024 19:34:00 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=B5=8B=E5=80=BC?= =?UTF-8?q?=E4=BF=AE=E6=94=B91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/business/service/impl/MeituanServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java index e534061..79be643 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java @@ -110,7 +110,7 @@ public class MeituanServiceImpl implements IMeituanService { busStoreDayInfo.setCreateTime(new Date()); busStoreDayInfoMapper.insertBusStoreDayInfo(busStoreDayInfo); BusStoreConfigInfo busStoreConfigInfo = new BusStoreConfigInfo(); - busStoreConfigInfo.setStoreCode(cookie.getCookie()); + busStoreConfigInfo.setStoreCode(valueFromCookie("wmPoiId", cookie.getCookie())); busStoreConfigInfoMapper.insertBusStoreConfigInfo(busStoreConfigInfo); getCommentsOne(storeInfo); getScoreOne(storeInfo);