Fixiaobai
2023-08-30 f6fcea400ef3e1ae23607c1cb4da776a70fc4240
laboratory-server/src/main/resources/mapper/InstrumentMapper.xml
@@ -44,5 +44,9 @@
               equipment_name name
        from lims_laboratory.instrument
                 left join lims_laboratory.classify c on c.id = instrument.classify_id
        where conditions in(1,5)
    </select>
    <select id="getInstrument" resultType="map">
        select id,equipment_name equipmentName from instrument  where 1=1  and state=1 and conditions=5
    </select>
</mapper>