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}, '%')