gongchunyi
2026-07-01 5a779d7b122474c22a4e7197cc3dc0bd304b199f
src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -17,5 +17,6 @@
                AND t1.status = #{salesQuotationDto.status}
            </if>
        </where>
        order by t1.id desc
    </select>
</mapper>