src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -45,6 +45,7 @@
        <if test="salesQuotationDto.status != null and salesQuotationDto.status != '' ">
            AND t1.status = #{salesQuotationDto.status}
        </if>
        order by t1.create_time desc
    </select>
</mapper>