standard-server/src/main/resources/mapper/ProductMapper.xml
@@ -13,13 +13,14 @@ <!--展示该型号下的检验项目要求--> <select id="pageProductInformation" resultType="java.util.Map"> select name, select id, name, father, unit, required, internal from lims_laboratory.product where state=1 and specifications_id=#{specificationsId} where state = 1 and specifications_id = #{specificationsId} </select> </mapper>