From b6799305301db96a0f9bc72b75533eb5bfc275bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?=
<7507756+jiang_yuqi@user.noreply.gitee.com>
Date: Fri, 22 Mar 2024 01:23:48 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/trouble/sspProblemmodify/index.vue | 16 ++++++++--------
.../mapper/trouble/SmzSspProblemmodifyMapper.xml | 2 ++
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/ruoyi-ui/src/views/trouble/sspProblemmodify/index.vue b/ruoyi-ui/src/views/trouble/sspProblemmodify/index.vue
index 49c25664..8a554ecf 100644
--- a/ruoyi-ui/src/views/trouble/sspProblemmodify/index.vue
+++ b/ruoyi-ui/src/views/trouble/sspProblemmodify/index.vue
@@ -26,14 +26,6 @@
/>
-
-
-
+
+
+
and ssp.workParts like concat('%', #{workParts}, '%')
and ssp.createUser like concat('%', #{createUser}, '%')
and ssp.danger_type = #{dangerType}
+ and (ssp.lordSent like concat('%', #{lordSent}, '%') or ssp.lordSentUser like concat('%', #{lordSent}, '%'))
and date(ssp.createTime) between #{params.beginMarksTime} and #{params.endMarksTime}
and sp.deptId = #{projectDeptId}
@@ -241,6 +242,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and ssp.projectId = #{projectId}
and (date(NOW()) ]]> date(ssp.nickedTime) and (ssp.updateTime is null or date(ssp.updateTime) ]]> date(ssp.nickedTime)))
and infoType=#{infoType}
+ and (ssp.lordSent like concat('%', #{lordSent}, '%') or ssp.lordSentUser like concat('%', #{lordSent}, '%'))
and ssp.problemArea like concat('%', #{problemArea}, '%')
and ssp.workParts like concat('%', #{workParts}, '%')
and ssp.createUser like concat('%', #{createUser}, '%')