行政处罚修复兼顾外网流程的值

This commit is contained in:
zhouxy 2026-01-28 20:25:23 +08:00
parent 373abbee44
commit 64da74b72a
1 changed files with 3 additions and 3 deletions

View File

@ -375,7 +375,7 @@
</if>
</if>
and ( m.SIGNUSERID = #{customParamMap.userId}
or (m.currentNodeOrBizStatus = 'exptlistEnter' AND m.SIGNUSERID IS null
or (m.currentNodeOrBizStatus in ('exptlistEnter','startAccept') AND m.SIGNUSERID IS null
<choose>
<when test="customParamMap.checkChildUnit eq '0'.toString()">
AND m.area_code = #{customParamMap.areaCode}
@ -465,7 +465,7 @@
</if>
and ( m.SIGNUSERID = #{customParamMap.userId}
or (m.area_code = #{customParamMap.areaCode} AND m.currentNodeOrBizStatus = 'exptlistEnter' AND m.SIGNUSERID IS null)
or (m.area_code = #{customParamMap.areaCode} AND m.currentNodeOrBizStatus in ('exptlistEnter','startAccept') AND m.SIGNUSERID IS null)
or exists (select 1 from tsrefgroupanduser tg where tg.GROUPID = m.ACCEPTGROUPID and tg.USERID = #{customParamMap.userId}))
</where>
</select>
@ -1586,7 +1586,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 = 'exptlistEnter' AND m.SIGNUSERID IS null)
or (m.area_code = #{customParamMap.areaCode} AND m.currentNodeOrBizStatus in ('exptlistEnter','startAccept') AND m.SIGNUSERID IS null)
or exists (select 1 from tsrefgroupanduser tg where tg.GROUPID = m.ACCEPTGROUPID and tg.USERID = #{customParamMap.userId}) )
</select>