gongchunyi
2026-07-01 38f618f789b4062a51f1c8c608bb734d9e47b5ba
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>