XiaoRuby
2023-08-25 b0b77110b22827d453e9a1580906b3f53add19f9
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">