xiaofei vor 1 Jahr
Ursprung
Commit
f74cc5ffc1

+ 1 - 0
distributed-print-business/src/main/resources/mapper/TPProfessionalMapper.xml

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