huminmin
2026-07-07 b09cca58f08d1fe55a7b0e16574fd71cd8b66d8c
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>