standard-server/src/main/resources/mapper/MaterialMapper.xml
@@ -3,7 +3,7 @@ <mapper namespace="com.yuanchu.limslaboratory.mapper.MaterialMapper"> <select id="selectMaterialLimit" resultType="Map"> select id, name select id,code, name from lims_laboratory.material where state = 1 and type = #{type} @@ -28,7 +28,7 @@ lims_laboratory.serial_number sn where m.specifications_id = s.id and s.serial_id = sn.id and m.id=#{materialId} and m.id=#{materialId} </select> <resultMap id="OneLevelTreeMap" type="Map">