huminmin
2026-06-01 bd5d1dae54ea1e42e9e9f0d00f671d95914b105f
src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -16,6 +16,10 @@
            <if test="salesQuotationDto.status != null and salesQuotationDto.status != '' ">
                AND t1.status = #{salesQuotationDto.status}
            </if>
            <if test="salesQuotationDto.id != null">
                AND t1.id = #{salesQuotationDto.id}
            </if>
        </where>
        order by t1.id desc
    </select>
</mapper>