value
2023-08-28 d9505757da1a789c4bb9f7c05e8bfd1f09b77ba1
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">