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"