浏览代码

Merge branch 'dev_v3.2.0' into release_v3.2.0

xiaof 2 年之前
父节点
当前提交
6dd3ef9d67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      distributed-print-business/src/main/resources/mapper/ExamPrintPlanMapper.xml

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

@@ -587,7 +587,7 @@
                 #{item}
                 #{item}
             </foreach>
             </foreach>
             <if test="orgId != null">
             <if test="orgId != null">
-                AND c.print_house_id = #{orgId}
+                AND (c.print_house_id = #{orgId} or c.print_house_id is null)
             </if>
             </if>
         </where>
         </where>
     </select>
     </select>