diff --git a/ruoyi-ui/src/api/trouble/sspProblemmodify.js b/ruoyi-ui/src/api/trouble/sspProblemmodify.js
index 6b578e63..0a65cfa6 100644
--- a/ruoyi-ui/src/api/trouble/sspProblemmodify.js
+++ b/ruoyi-ui/src/api/trouble/sspProblemmodify.js
@@ -1,7 +1,7 @@
import request from '@/utils/request'
// 查询质量整改列表
-export function listSspProblemmodify(query) {
+export function listSspProblemmodify(query) {
return request({
url: '/trouble/sspProblemmodify/list',
method: 'get',
@@ -10,7 +10,7 @@ export function listSspProblemmodify(query) {
}
// 查询质量整改统计
-export function findGroupCount(query) {
+export function findGroupCount(query) {
return request({
url: '/trouble/sspProblemmodify/findGroupCount',
method: 'get',
diff --git a/ruoyi-ui/src/views/project/surProject/index.vue b/ruoyi-ui/src/views/project/surProject/index.vue
index 4eac72d0..385bbca8 100644
--- a/ruoyi-ui/src/views/project/surProject/index.vue
+++ b/ruoyi-ui/src/views/project/surProject/index.vue
@@ -613,16 +613,6 @@
-
-
-
- 万元
-
-
-
-
-
-
@@ -630,13 +620,11 @@
-
-
-
- 万元
-
-
-
+
+
+
+
+
-
-
+
+
+
+
-
-
-
-
- 万元
-
-
-
-
-
- 万元
-
-
-
-
-
- 万元
-
-
-
-
-
-
-
-
-
-
-
+
+
and (ssp.lordSentUser = #{nowUser} or ssp.copySendUser like concat('%', #{nowUser}, '%') or ssp.recheckSendUser = #{nowUser} or ssp.createUser = #{nowUser} )
+
+ and roleType in
+ ${item}
+
GROUP BY checkState
@@ -238,6 +252,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and spui.unitId = #{nowDept}
and (ssp.lordSentUser = #{nowUser} or ssp.copySendUser like concat('%', #{nowUser}, '%') or ssp.recheckSendUser = #{nowUser} or ssp.createUser = #{nowUser} )
+
+ and roleType in
+ ${item}
+
+
+
+
+
\ No newline at end of file