XiaoRuby
2023-08-26 8f8ba3c62d6fc9f4733a408daf59a5badd82e5e2
standard-server/src/main/resources/mapper/ProductMapper.xml
@@ -35,6 +35,7 @@
        from lims_laboratory.product
        where state = 1
          and specifications_id = #{specificationsId}
        ORDER BY product.`create_time` DESC
    </select>
    <select id="deleteList">