gongchunyi
2026-06-27 053f53f9e0d6d20404c1a00c70d4a01da9a54fd6
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>