zss
2024-10-31 0644a19b927f4cd40ce45552b01064bb9b6521ad
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 != ''">