From a64342be1346df617ccbfe3f1d793928953b5f4c Mon Sep 17 00:00:00 2001 From: zhouxy Date: Fri, 6 Mar 2026 11:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E7=94=A8=E4=BF=AE=E5=A4=8D=E5=BE=85?= =?UTF-8?q?=E5=8A=9E=E6=96=B0=E5=A2=9E=E5=88=97=E4=B8=A5=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=9A=84=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis/mapper/aiccs/business/TSTaskListMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/mybatis/mapper/aiccs/business/TSTaskListMapper.xml b/src/main/resources/mybatis/mapper/aiccs/business/TSTaskListMapper.xml index 10da88c..10527b1 100644 --- a/src/main/resources/mybatis/mapper/aiccs/business/TSTaskListMapper.xml +++ b/src/main/resources/mybatis/mapper/aiccs/business/TSTaskListMapper.xml @@ -407,7 +407,7 @@ and ( m.SIGNUSERID = #{customParamMap.userId} - or (m.currentNodeOrBizStatus in ('exptlistEnter','startAccept') AND m.SIGNUSERID IS null + or (m.currentNodeOrBizStatus in ('exptlistEnter','startAccept','serIllegalEnter') AND m.SIGNUSERID IS null AND m.area_code = #{customParamMap.areaCode} @@ -502,7 +502,7 @@ and ( m.SIGNUSERID = #{customParamMap.userId} - or (m.area_code = #{customParamMap.areaCode} AND m.currentNodeOrBizStatus in ('exptlistEnter','startAccept') AND m.SIGNUSERID IS null) + or (m.area_code = #{customParamMap.areaCode} AND m.currentNodeOrBizStatus in ('exptlistEnter','startAccept','serIllegalEnter') AND m.SIGNUSERID IS null) or exists (select 1 from tsrefgroupanduser tg where tg.GROUPID = m.ACCEPTGROUPID and tg.USERID = #{customParamMap.userId})) @@ -1703,7 +1703,7 @@ ) m where m.BUSTYPE in ('33','7','12','14','27') and ( m.SIGNUSERID = #{customParamMap.userId} - or (m.area_code = #{customParamMap.areaCode} AND m.currentNodeOrBizStatus in ('exptlistEnter','startAccept') AND m.SIGNUSERID IS null) + or (m.area_code = #{customParamMap.areaCode} AND m.currentNodeOrBizStatus in ('exptlistEnter','startAccept','serIllegalEnter') AND m.SIGNUSERID IS null) or exists (select 1 from tsrefgroupanduser tg where tg.GROUPID = m.ACCEPTGROUPID and tg.USERID = #{customParamMap.userId}) )