zouyu
2026-05-07 25ca0715b47090fc79527910cbb4cf7ea9b3e1f2
inspect-server/src/main/resources/mapper/InsReportMapper.xml
@@ -79,6 +79,7 @@
                 left join laboratory l on s.lab_id = l.id
        where l.laboratory_name = #{name}
          and s.type = #{type}
          and s.contract = #{contract}
        order by s.create_time desc
        limit 1
    </select>