huminmin
昨天 7d606f55907db40fc178243467b210cf3928cbca
src/main/resources/mapper/warehouse/DocumentationMapper.xml
@@ -32,6 +32,7 @@
        <if test="documentation.id != null">
            and doc.id = #{documentation.id}
        </if>
        order by doc.create_time desc
    </select>
    <select id="listByDocumentClassificationId" resultType="com.ruoyi.warehouse.dto.DocumentationDto">
        SELECT