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