From 03f27873fe5f2fb030f0057e2000700e448783ae Mon Sep 17 00:00:00 2001 From: haha Date: Sun, 20 Aug 2023 19:11:56 +0800 Subject: [PATCH] update code --- ruoyi-ui/src/layout/components/Navbar.vue | 2 +- .../resources/mapper/trouble/SmzSspProblemmodifyMapper.xml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue index 9d41d290..d8b5a612 100644 --- a/ruoyi-ui/src/layout/components/Navbar.vue +++ b/ruoyi-ui/src/layout/components/Navbar.vue @@ -86,7 +86,7 @@ export default { }, methods: { goBigScreen(){ - window.open("/jhbs/") + window.open("//szgc.jhncidg.com:808/jhbs/") }, toggleSideBar() { this.$store.dispatch('app/toggleSideBar') diff --git a/yanzhu-jh/src/main/resources/mapper/trouble/SmzSspProblemmodifyMapper.xml b/yanzhu-jh/src/main/resources/mapper/trouble/SmzSspProblemmodifyMapper.xml index 27158052..a38f92f9 100644 --- a/yanzhu-jh/src/main/resources/mapper/trouble/SmzSspProblemmodifyMapper.xml +++ b/yanzhu-jh/src/main/resources/mapper/trouble/SmzSspProblemmodifyMapper.xml @@ -58,6 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and ssp.isDel=0 and ssp.projectId = #{projectId} and ssp.infoType = #{infoType} + and ssp.roleType = #{roleType} and ssp.problemArea like concat('%', #{problemArea}, '%') and ssp.workParts like concat('%', #{workParts}, '%') and ssp.changeInfo like concat('%', #{changeInfo}, '%') @@ -327,8 +328,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"