Fixiaobai
2023-08-21 1d1091013432cbac77a38b32d7d6d4f809b1b378
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>