Compare commits
No commits in common. "c7dfad44084b214d8c369e33e8808e11f3361b6c" and "15db5f3b74a8361270eaae747746bf0761cb738a" have entirely different histories.
c7dfad4408
...
15db5f3b74
|
|
@ -407,7 +407,7 @@
|
||||||
</if>
|
</if>
|
||||||
</if>
|
</if>
|
||||||
and ( m.SIGNUSERID = #{customParamMap.userId}
|
and ( m.SIGNUSERID = #{customParamMap.userId}
|
||||||
or (m.currentNodeOrBizStatus in ('exptlistEnter','startAccept','serIllegalEnter') AND m.SIGNUSERID IS null
|
or (m.currentNodeOrBizStatus in ('exptlistEnter','startAccept') AND m.SIGNUSERID IS null
|
||||||
<choose>
|
<choose>
|
||||||
<when test="customParamMap.checkChildUnit eq '0'.toString()">
|
<when test="customParamMap.checkChildUnit eq '0'.toString()">
|
||||||
AND m.area_code = #{customParamMap.areaCode}
|
AND m.area_code = #{customParamMap.areaCode}
|
||||||
|
|
@ -502,7 +502,7 @@
|
||||||
|
|
||||||
</if>
|
</if>
|
||||||
and ( m.SIGNUSERID = #{customParamMap.userId}
|
and ( m.SIGNUSERID = #{customParamMap.userId}
|
||||||
or (m.area_code = #{customParamMap.areaCode} AND m.currentNodeOrBizStatus in ('exptlistEnter','startAccept','serIllegalEnter') 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}))
|
or exists (select 1 from tsrefgroupanduser tg where tg.GROUPID = m.ACCEPTGROUPID and tg.USERID = #{customParamMap.userId}))
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
@ -1703,7 +1703,7 @@
|
||||||
) m
|
) m
|
||||||
where m.BUSTYPE in ('33','7','12','14','27')
|
where m.BUSTYPE in ('33','7','12','14','27')
|
||||||
and ( m.SIGNUSERID = #{customParamMap.userId}
|
and ( m.SIGNUSERID = #{customParamMap.userId}
|
||||||
or (m.area_code = #{customParamMap.areaCode} AND m.currentNodeOrBizStatus in ('exptlistEnter','startAccept','serIllegalEnter') 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}) )
|
or exists (select 1 from tsrefgroupanduser tg where tg.GROUPID = m.ACCEPTGROUPID and tg.USERID = #{customParamMap.userId}) )
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue