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