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>