|
@@ -42,6 +42,7 @@
|
|
<if test="dpr != null">
|
|
<if test="dpr != null">
|
|
<if test="dpr.requestUserId != null">
|
|
<if test="dpr.requestUserId != null">
|
|
AND tpp.create_id = #{dpr.requestUserId}
|
|
AND tpp.create_id = #{dpr.requestUserId}
|
|
|
|
+ AND tpp.org_id = su.org_id
|
|
</if>
|
|
</if>
|
|
<if test="dpr.orgIdSet != null and dpr.orgIdSet != '' and dpr.orgIdSet.size > 0">
|
|
<if test="dpr.orgIdSet != null and dpr.orgIdSet != '' and dpr.orgIdSet.size > 0">
|
|
AND tpp.org_id IN
|
|
AND tpp.org_id IN
|