XiaoRuby
2023-08-26 179b7b6c557eec27f5a05ee7ed2981f14825b692
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">