소스 검색

3.3.2 update

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