gongchunyi
2026-06-27 3526599fac5955227b9f1c5d88613837562e0e1a
src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -18,5 +18,6 @@
        <if test="salesQuotationDto.status != null and salesQuotationDto.status != '' ">
            AND t1.status = #{salesQuotationDto.status}
        </if>
        order by quotation_no
    </select>
</mapper>