XiaoRuby
2023-08-21 9b319f3a8d084babe9a021c151434aae4a2c450d
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>