From 5a147d12e5f8093017c939b81499732c5fa3344d Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期五, 14 三月 2025 10:08:40 +0800 Subject: [PATCH] 消息发送地址调整 --- inspect-server/src/main/java/com/ruoyi/inspect/service/impl/InsReportServiceImpl.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/inspect-server/src/main/java/com/ruoyi/inspect/service/impl/InsReportServiceImpl.java b/inspect-server/src/main/java/com/ruoyi/inspect/service/impl/InsReportServiceImpl.java index 5ffffde..46c30d9 100644 --- a/inspect-server/src/main/java/com/ruoyi/inspect/service/impl/InsReportServiceImpl.java +++ b/inspect-server/src/main/java/com/ruoyi/inspect/service/impl/InsReportServiceImpl.java @@ -22,6 +22,7 @@ import com.ruoyi.basic.mapper.IfsInventoryQuantityMapper; import com.ruoyi.basic.pojo.IfsInventoryQuantity; import com.ruoyi.common.constant.InsOrderTypeConstants; +import com.ruoyi.common.constant.MenuJumpPathConstants; import com.ruoyi.common.core.domain.Result; import com.ruoyi.common.core.domain.entity.InformationNotification; import com.ruoyi.common.core.domain.entity.User; @@ -84,7 +85,7 @@ private String wordUrl; @Value("${file.path}") private String imgUrl; - + @Resource private InsOrderMapper insOrderMapper; @Resource @@ -187,7 +188,7 @@ info.setSenderId(submitUserId); //鍙戦�佷汉 info.setConsigneeId(userId); //鏀朵欢浜� info.setViewStatus(false); - info.setJumpPath("b1-report-preparation"); + info.setJumpPath(MenuJumpPathConstants.REPORT_PREPARATION); informationNotificationService.addInformationNotification(info); //绯荤粺鐢熸垚鎶ュ憡鍦板潃 String url = insReport.getUrl(); @@ -308,7 +309,7 @@ info.setSenderId(checkUserId); //鍙戦�佷汉 info.setConsigneeId(userId); //鏀朵欢浜� info.setViewStatus(false); - info.setJumpPath("b1-report-preparation"); + info.setJumpPath(MenuJumpPathConstants.REPORT_PREPARATION); informationNotificationService.addInformationNotification(info); //绯荤粺鐢熸垚鎶ュ憡鍦板潃 String url = insReport.getUrl(); -- Gitblit v1.9.3