From 29780ec58320c7a7a8993ec5bf1a4434b595d380 Mon Sep 17 00:00:00 2001 From: zhaotianfeng <12345678> Date: Wed, 18 Sep 2024 09:36:35 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=88=86=E9=A1=B5=E6=9D=A1=E6=95=B0?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fuint/business/setting/controller/SysLogController.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/setting/controller/SysLogController.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/setting/controller/SysLogController.java index c8864bfd8..036f5de92 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/setting/controller/SysLogController.java +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/setting/controller/SysLogController.java @@ -42,8 +42,10 @@ public class SysLogController extends BaseController { * @return 所有数据 */ @GetMapping - public ResponseObject selectAll(Page page, SysLog sysLog) { + public ResponseObject selectAll(@RequestParam(value = "pageNum",defaultValue = "1") Integer pageNo, + @RequestParam(value = "pageSize",defaultValue = "10") Integer pageSize, SysLog sysLog) { LambdaQueryWrapper sysLogLambdaQueryWrapper = new LambdaQueryWrapper(); + Page page =new Page(pageNo,pageSize); if (!StringUtils.isEmpty(sysLog.getCreateName())){ sysLogLambdaQueryWrapper.like(SysLog::getCreateName,sysLog.getCreateName()); } From 1ee07bf8695ff4cf8f2eb8de418b372b14592fb1 Mon Sep 17 00:00:00 2001 From: xvv Date: Wed, 18 Sep 2024 09:37:28 +0800 Subject: [PATCH 2/3] 9.18 --- fuintAdmin/src/components/map/mapComponent.vue | 2 ++ .../views/EventMarketing/newCertificate/index.vue | 13 +++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/fuintAdmin/src/components/map/mapComponent.vue b/fuintAdmin/src/components/map/mapComponent.vue index 9ed32a93e..30774af2d 100644 --- a/fuintAdmin/src/components/map/mapComponent.vue +++ b/fuintAdmin/src/components/map/mapComponent.vue @@ -83,6 +83,7 @@ export default { }) }, initAMap() { + console.log("86",this.pform) let _this = this; AMapLoader.load({ key: "b5abec514cab7c71cb0572765131e6fc", // 申请好的Web端开发者Key,首次调用 load 时必填 @@ -113,6 +114,7 @@ export default { this.setMapMarker(); }); }).catch(() => {}); + }, // 标记点 setMapMarker() { diff --git a/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue b/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue index 449be5222..5e06294fd 100644 --- a/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue +++ b/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue @@ -46,13 +46,22 @@ 积分兑换 - + + + + - + + +