xiaofei преди 1 година
родител
ревизия
f74cc5ffc1
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      distributed-print-business/src/main/resources/mapper/TPProfessionalMapper.xml

+ 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