Crunchy
2024-07-20 795836ddc0dc78cc598b94419753e9750c04fbfb
cnas-server/src/main/resources/mapper/DeviceMapper.xml
@@ -117,4 +117,9 @@
            ${ew.customSqlSegment}
        </if>
    </select>
    <select id="getInspectionItemSubclass" resultType="java.lang.String">
        SELECT ip.inspection_item_subclass FROM ins_product ip
        where ip.ins_sample_id = #{id}
    </select>
</mapper>