value
2023-08-31 0afd6c073589d5221774dab5cf4a9d21415ec0e8
standard-server/src/main/resources/mapper/ProductMapper.xml
@@ -38,6 +38,7 @@
        where state = 1
          and specifications_id = #{specificationsId}
          and version = #{version}
        ORDER BY product.`create_time` DESC
    </select>
    <select id="deleteList">