inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -29,6 +29,7 @@
        SELECT
        a.*,
        ios.ins_state,
        ios.is_out,
        ios.laboratory son_laboratory,
        ios.verify_tell,
        verify_user,
@@ -94,6 +95,7 @@
        ios.create_time
        ) b
        where ins_state is not null
        and (is_out is null or is_out !=1)
        and son_laboratory=#{sonLaboratory}
        and state =1
        <if test="laboratory!=null and laboratory!=''">