浏览代码

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