zss
2024-10-30 d8ba960d180c0ad08b7dfb5a17e7ad351ca2eb62
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 != ''">