zss
2024-10-25 5ae5596b024929f6ecd857411e7c2d64c1c96aca
inspect-server/src/main/resources/mapper/InsOrderFileMapper.xml
@@ -21,8 +21,8 @@
        left join user u on iof.create_user = u.id
        where ins_order_id=#{insOrderId}
        <if test="sonLaboratory!=null and sonLaboratory!=''">
            and son_laboratory=#{sonLaboratory}
            or son_laboratory is null
            and (son_laboratory=#{sonLaboratory}
            or son_laboratory is null)
        </if>
        ) A
        <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''">